We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79c5253 commit a532866Copy full SHA for a532866
.github/workflows/integration_test_8gpu_amd.yaml
@@ -29,8 +29,8 @@ jobs:
29
# The generic Linux job chooses to use base env, not the one setup by the image
30
conda install -c conda-forge jq -y
31
CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]")
32
+ conda create -yn "${CONDA_ENV}"
33
conda activate "${CONDA_ENV}"
- conda create -yn test-mps-ops-env python=3.11
34
pip config --user set global.progress_bar off
35
pip install -r requirements.txt
36
python -m pip install --force-reinstall --pre torch --index-url https://download.pytorch.org/whl/nightly/rocm6.3
0 commit comments