Fix check-requirements.sh
This commit is contained in:
parent
3cf7bdf1e9
commit
a57484ae5b
6 changed files with 5 additions and 5 deletions
|
@ -4,7 +4,7 @@
|
||||||
# Package versions must stay compatible across all top-level python scripts.
|
# Package versions must stay compatible across all top-level python scripts.
|
||||||
#
|
#
|
||||||
|
|
||||||
-r ./requirements/requirements-convert.txt
|
-r ./requirements/requirements-convert-legacy-llama.txt
|
||||||
|
|
||||||
-r ./requirements/requirements-convert-hf-to-gguf.txt
|
-r ./requirements/requirements-convert-hf-to-gguf.txt
|
||||||
-r ./requirements/requirements-convert-hf-to-gguf-update.txt
|
-r ./requirements/requirements-convert-hf-to-gguf-update.txt
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
-r ./requirements-convert.txt
|
-r ./requirements-convert-legacy-llama.txt
|
||||||
torch~=2.1.1
|
torch~=2.1.1
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
-r ./requirements-convert.txt
|
-r ./requirements-convert-legacy-llama.txt
|
||||||
torch~=2.1.1
|
torch~=2.1.1
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
-r ./requirements-convert.txt
|
-r ./requirements-convert-legacy-llama.txt
|
||||||
|
|
|
@ -166,7 +166,7 @@ if (( do_cleanup )); then
|
||||||
rm -rf -- "$all_venv"
|
rm -rf -- "$all_venv"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
check_convert_script convert.py
|
check_convert_script examples/convert-legacy-llama.py
|
||||||
for py in convert-*.py; do
|
for py in convert-*.py; do
|
||||||
# skip convert-hf-to-gguf-update.py
|
# skip convert-hf-to-gguf-update.py
|
||||||
# TODO: the check is failing for some reason:
|
# TODO: the check is failing for some reason:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue