Skip to content

Commit

Permalink
add dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zzhhjjj committed Apr 30, 2024
1 parent c565621 commit 8f01f82
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/llama_tests.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Run examples
name: Run Llama example and loss test

on:
push:
Expand Down Expand Up @@ -43,9 +43,11 @@ jobs:
python -m pip install --upgrade pip
pip install packaging
pip install wheel
pip install "flash-attn>=2.5.0" --no-build-isolation
pip install -e .
pip install -e .[dev]
pip install -e .[test]
pip install transformers datasets
- name: Show installed libraries and their versions
run: pip freeze | tee installed.txt
Expand Down

0 comments on commit 8f01f82

Please sign in to comment.