Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
[ghstack-poisoned]
  • Loading branch information
wconstab committed May 15, 2024
1 parent 5b1bf1c commit 1c81342
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/unit_test_4gpu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,14 @@ jobs:
repository: "pytorch/torchtitan"
upload-artifact: "outputs"
script: |
conda create -n "test" python=3.10
conda activate test
conda install git
pip config --user set global.progress_bar off
pip install --upgrade pip
python -m pip install --force-reinstall --pre torch --index-url https://download.pytorch.org/whl/nightly/cu121
python -m pip install -r requirements.txt
python -m pip install -r dev-requirements.txt
python -m pip install git
python -m pip install git+https://github.com/pytorch/pippy
python ./test_runner.py
mv outputs artifacts-to-be-uploaded
Expand Down

0 comments on commit 1c81342

Please sign in to comment.