Compare commits

...

2 Commits

Author SHA1 Message Date
Wauplin
f591ae6f8c allow prerelease 2024-05-02 13:02:06 +02:00
Wauplin
07a3550146 [don't merge] Test hfh v0.23.0.rc1 2024-04-30 17:32:17 +02:00
3 changed files with 4 additions and 4 deletions

View File

@@ -117,7 +117,7 @@ jobs:
- name: Install dependencies
run: |
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
python -m uv pip install accelerate
- name: Environment
@@ -205,7 +205,7 @@ jobs:
- name: Install dependencies
run: |
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

@@ -101,7 +101,7 @@ _deps = [
"filelock",
"flax>=0.4.1",
"hf-doc-builder>=0.3.0",
"huggingface-hub>=0.20.2",
"huggingface-hub==v0.23.0.rc1",
"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.23.0.rc1",
"requests-mock": "requests-mock==1.10.0",
"importlib_metadata": "importlib_metadata",
"invisible-watermark": "invisible-watermark>=0.2.0",