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 ab9112a commit 5888757Copy full SHA for 5888757
.github/workflows/fsdp-regression-test-venv.yml
@@ -52,14 +52,14 @@ jobs:
52
- name: Create virtual environment
53
working-directory: ${{ env.FSDP_DIR }}
54
run: |
55
- bash slurm/create_venv.sh
+ cd slurm && bash ./create_venv.sh
56
echo "Virtual environment created successfully!"
57
58
- name: Run regression test
59
id: run_test
60
61
62
- source env/bin/activate
+ source slurm/env/bin/activate
63
SBATCH_FILE="slurm/${{ matrix.model_config }}-training.sbatch"
64
TMP_SBATCH="slurm/regression_test_${{ matrix.model_config }}.sbatch"
65
0 commit comments