Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
ollama
Commits
7d00b5d1
Unverified
Commit
7d00b5d1
authored
Jan 16, 2024
by
Daniel Hiltgen
Committed by
GitHub
Jan 16, 2024
Browse files
Merge pull request #1915 from dhiltgen/bump_llama_with_new_dep
Bump llama.cpp to b1842 and add new cuda lib dep
parents
e282bdcc
795674dd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
llm/generate/gen_linux.sh
llm/generate/gen_linux.sh
+1
-0
llm/llama.cpp
llm/llama.cpp
+1
-1
No files found.
llm/generate/gen_linux.sh
View file @
7d00b5d1
...
...
@@ -141,6 +141,7 @@ if [ -d "${CUDA_LIB_DIR}" ]; then
${
CUDA_LIB_DIR
}
/libcublasLt_static.a
\
${
CUDA_LIB_DIR
}
/libcudadevrt.a
\
${
CUDA_LIB_DIR
}
/libculibos.a
\
-lcuda
\
-lrt
-lpthread
-ldl
-lstdc
++
-lm
fi
...
...
llama.cpp
@
584d674b
Compare
328b83de
...
584d674b
Subproject commit
328b83de23b33240e28f4e74900d1d06726f5eb1
Subproject commit
584d674be622fbf1578694ada6e62eebedbfd377
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment