We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83fb324 commit aeffdf8Copy full SHA for aeffdf8
1 file changed
.github/workflows/ci.yml
@@ -22,8 +22,9 @@ jobs:
22
- name: Install dependencies
23
run: |
24
python -m pip install --upgrade pip
25
- pip install pytest httpx fastapi pydantic-settings pandas scikit-learn datasets transformers
+ pip install pytest httpx fastapi pydantic-settings pandas scikit-learn datasets transformers peft bitsandbytes torch --extra-index-url https://download.pytorch.org/whl/cpu
26
27
- name: Run tests
28
29
+ export BITSANDBYTES_NOWELCOME=1
30
python -m pytest tests/test_data.py tests/test_api.py
0 commit comments