Compare commits

...

2 Commits

Author SHA1 Message Date
Wauplin
abf1dfbed1 allow prerelease 2024-03-21 16:28:43 +01:00
Wauplin
8b9d1ec231 [don't merge] Test hfh v0.22.0.rc0 2024-03-21 15:46:05 +01:00
4 changed files with 7 additions and 7 deletions

View File

@@ -33,8 +33,8 @@ jobs:
run: |
apt-get update && apt-get install libsndfile1-dev libgl1 -y
python -m venv /opt/venv && export PATH="/opt/venv/bin:$PATH"
python -m uv pip install -e [quality,test]
python -m uv pip install pandas peft
python -m uv pip install -e [quality,test] --prerelease=allow
python -m uv pip install pandas peft --prerelease=allow
- name: Environment
run: |
python utils/print_env.py

View File

@@ -112,8 +112,8 @@ jobs:
run: |
apt-get update && apt-get install libsndfile1-dev libgl1 -y
python -m venv /opt/venv && export PATH="/opt/venv/bin:$PATH"
python -m uv pip install -e [quality,test]
python -m uv pip install accelerate
python -m uv pip install -e [quality,test] --prerelease=allow
python -m uv pip install accelerate --prerelease=allow
- name: Environment
run: |
@@ -201,7 +201,7 @@ jobs:
run: |
apt-get update && apt-get install libsndfile1-dev libgl1 -y
python -m venv /opt/venv && export PATH="/opt/venv/bin:$PATH"
python -m uv pip install -e [quality,test]
python -m uv pip install -e [quality,test] --prerelease=allow
- name: Environment
run: |

View File

@@ -97,7 +97,7 @@ _deps = [
"filelock",
"flax>=0.4.1",
"hf-doc-builder>=0.3.0",
"huggingface-hub>=0.20.2",
"huggingface-hub==v0.22.0.rc0",
"requests-mock==1.10.0",
"importlib_metadata",
"invisible-watermark>=0.2.0",

View File

@@ -9,7 +9,7 @@ deps = {
"filelock": "filelock",
"flax": "flax>=0.4.1",
"hf-doc-builder": "hf-doc-builder>=0.3.0",
"huggingface-hub": "huggingface-hub>=0.20.2",
"huggingface-hub": "huggingface-hub==v0.22.0.rc0",
"requests-mock": "requests-mock==1.10.0",
"importlib_metadata": "importlib_metadata",
"invisible-watermark": "invisible-watermark>=0.2.0",