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 b9fa512 commit 55a6515Copy full SHA for 55a6515
1 file changed
.github/workflows/test-model-fast.yml
@@ -37,7 +37,7 @@ jobs:
37
llama_env/bin/pip install gguf safetensors llama-cpp-python --extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cpu
38
llama_env/bin/pip install transformers sentencepiece protobuf tabulate gguf
39
git clone --depth=1 --filter=blob:none --sparse https://github.com/ggerganov/llama.cpp.git /tmp/llama_cpp_repo
40
- cd /tmp/llama_cpp_repo && git sparse-checkout set convert_hf_to_gguf.py conversion
+ cd /tmp/llama_cpp_repo && git sparse-checkout set convert_hf_to_gguf.py conversion --skip-checks
41
cp /tmp/llama_cpp_repo/convert_hf_to_gguf.py llama_env/
42
cp -r /tmp/llama_cpp_repo/conversion llama_env/
43
0 commit comments