Disable mask saving as weight in Llama 3 model (#604)

* Disable mask saving as weight

* update pixi

* update pixi
This commit is contained in:
Sebastian Raschka
2025-04-06 09:33:36 -05:00
committed by GitHub
parent f1434652f2
commit 67e0680210
3 changed files with 8 additions and 4 deletions

View File

@@ -42,6 +42,7 @@ jobs:
- name: List installed packages
run: |
pixi list --environment tests
pixi run --environment tests pip install "huggingface-hub>=0.30.0,<1.0"
- name: Test Selected Python Scripts
shell: pixi run --environment tests bash -e {0}