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 652a82d commit 4536e8f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/unit_test_4gpu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,16 @@ jobs:
docker-image: "nvidia/cuda:12.4.1-runtime-ubuntu22.04"
repository: "pytorch/torchtitan"
upload-artifact: "outputs"
# conda create -n "test" python=3.10
# conda activate test
# ~/miniconda3/bin/conda init bash
script: |
apt update && apt install -y wget
mkdir -p ~/miniconda3
wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O ~/miniconda3/miniconda.sh
bash ~/miniconda3/miniconda.sh -b -u -p ~/miniconda3
rm -rf ~/miniconda3/miniconda.sh
~/miniconda3/bin/conda init bash
source ~miniconda3/bin/activate
conda create -n "test" python=3.10
conda activate test
conda install -y -q git clang clangxx
export CC=clang
export CXX=clangxx
Expand Down

0 comments on commit 4536e8f

Please sign in to comment.