We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f864ede commit 97a48c9Copy full SHA for 97a48c9
1 file changed
.github/workflows/ci.yml
@@ -27,11 +27,7 @@ jobs:
27
- name: Install dependencies
28
run: |
29
python -m pip install --upgrade pip
30
- pip install pytest httpx fastapi pydantic-settings pandas scikit-learn datasets transformers peft bitsandbytes torch --extra-index-url https://download.pytorch.org/whl/cpu
31
-
32
- - name: Dependency check
33
- run: |
34
- python -c "import torch; import transformers; import peft; print('ML dependencies loaded')"
+ pip install pytest httpx fastapi pydantic-settings pandas scikit-learn
35
36
- name: Run tests
37
0 commit comments