Skip to content

Commit 04cc85d

Browse files
authored
Fix wheel FSDP create_venv.sh
1 parent 82630f1 commit 04cc85d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

3.test_cases/pytorch/FSDP/slurm/create_venv.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ sudo apt install -y python$PYTHON_VERSION-venv
2222
$PYTHON_V -m venv env
2323
source ./env/bin/activate
2424

25+
pip install -U wheel setuptools
2526
pip install -r ../src/requirements.txt
2627

2728
# Create checkpoint dir

0 commit comments

Comments
 (0)