We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86b2877 commit 6cf302dCopy full SHA for 6cf302d
Makefile
@@ -33,9 +33,10 @@ profile-cpu:
33
profile-mem:
34
DKN_EXIT_TIMEOUT=120 cargo instruments --profile=profiling -t Allocations
35
36
-.PHONY: ollama-wf-version
37
-ollama-wf-version:
+.PHONY: ollama-versions
+ollama-versions:
38
@cat Cargo.lock | grep "https://github.com/andthattoo/ollama-workflows"
39
+ @cat Cargo.lock | grep "https://github.com/andthattoo/ollama-rs"
40
41
.PHONY: test # | Run tests
42
test:
0 commit comments