Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
goliaro committed Sep 2, 2024
1 parent cf4525f commit 90b2c87
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/gpu-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,10 +197,6 @@ jobs:
# Inference tests
source ./build/set_python_envs.sh
./tests/inference_tests.sh
# PEFT tests
./tests/peft_test.sh
python ./tests/peft/peft_alignment_test.py
- name: Run PEFT tests
run: |
Expand All @@ -210,7 +206,6 @@ jobs:
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$CONDA_PREFIX/lib
./tests/peft_test.sh
python ./tests/peft/peft_alignment_test.py
- name: Save inference output as an artifact
if: always()
Expand Down
1 change: 1 addition & 0 deletions conda/flexflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,4 @@ dependencies:
- loralib
- triton
- peft
- tf-keras
2 changes: 1 addition & 1 deletion docker/flexflow-environment/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ RUN conda install pytorch torchvision torchaudio -c pytorch
RUN conda install -c conda-forge onnx transformers>=4.31.0 sentencepiece einops
RUN pip3 install tensorflow notebook
# PEFT-related
RUN pip3 install scipy bitsandbytes datasets accelerate loralib triton peft
RUN pip3 install scipy bitsandbytes datasets accelerate loralib triton peft tf-keras

# Install Rust
RUN curl https://sh.rustup.rs -sSf | sh -s -- -y
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ accelerate
loralib
triton
peft
tf-keras

0 comments on commit 90b2c87

Please sign in to comment.