Skip to content

Commit

Permalink
ollama versions shorthand [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
erhant committed Nov 8, 2024
1 parent 86b2877 commit 6cf302d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,10 @@ profile-cpu:
profile-mem:
DKN_EXIT_TIMEOUT=120 cargo instruments --profile=profiling -t Allocations

.PHONY: ollama-wf-version
ollama-wf-version:
.PHONY: ollama-versions
ollama-versions:
@cat Cargo.lock | grep "https://github.com/andthattoo/ollama-workflows"
@cat Cargo.lock | grep "https://github.com/andthattoo/ollama-rs"

.PHONY: test # | Run tests
test:
Expand Down

0 comments on commit 6cf302d

Please sign in to comment.