mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2026-04-10 12:33:42 +00:00
Disable mask saving as weight in Llama 3 model (#604)
* Disable mask saving as weight * update pixi * update pixi
This commit is contained in:
committed by
GitHub
parent
f1434652f2
commit
67e0680210
1
.github/workflows/basic-tests-pixi.yml
vendored
1
.github/workflows/basic-tests-pixi.yml
vendored
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user