We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7886c38 commit 7349aedCopy full SHA for 7349aed
.github/workflows/build.yml
@@ -73,7 +73,7 @@ jobs:
73
distPath=$(if [ "${{ github.event.inputs.build_type }}" = "RELEASE" ]; then echo "build/release/dist"; else echo "build/dev/dist"; fi)
74
mkdir -p $distPath/src/gguf-py
75
cp -R src/gguf-py/* $distPath/src/gguf-py/
76
- cp src\convert_hf_to_gguf.py $distPath/src/
+ cp src/convert_hf_to_gguf.py $distPath/src/
77
cp src/convert_lora_to_gguf.py $distPath/src/
78
cp src/convert_lora_to_ggml.py $distPath/src/
79
0 commit comments