Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
ghstack-source-id: c8cec41dd09ad540d5c81897a994dd40420d6e67
Pull Request resolved: #328
  • Loading branch information
wconstab committed May 15, 2024
1 parent 58ec10b commit 96a5cdf
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 96a5cdf

Please sign in to comment.