Skip to content

Commit 6cf302d

Browse files
committed
ollama versions shorthand [skip ci]
1 parent 86b2877 commit 6cf302d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,10 @@ profile-cpu:
3333
profile-mem:
3434
DKN_EXIT_TIMEOUT=120 cargo instruments --profile=profiling -t Allocations
3535

36-
.PHONY: ollama-wf-version
37-
ollama-wf-version:
36+
.PHONY: ollama-versions
37+
ollama-versions:
3838
@cat Cargo.lock | grep "https://github.com/andthattoo/ollama-workflows"
39+
@cat Cargo.lock | grep "https://github.com/andthattoo/ollama-rs"
3940

4041
.PHONY: test # | Run tests
4142
test:

0 commit comments

Comments
 (0)