Skip to content

Commit

Permalink
update pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
holgerroth committed Jan 22, 2024
1 parent c0c18c8 commit 37a1032
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion integration/nemo/examples/peft/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ docker run --runtime=nvidia -it --rm --shm-size=16g -p 8888:8888 -p 6006:6006 --

For easy experimentation with NeMo, install NVFlare and mount the code inside the [nemo_nvflare](./nemo_nvflare) folder.
```
pip install nvflare==2.4.0rc7
pip install nvflare~=2.4.0rc7
export PYTHONPATH=${PYTHONPATH}:/workspace
```

Expand Down
2 changes: 1 addition & 1 deletion integration/nemo/examples/prompt_learning/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ docker run --runtime=nvidia -it --rm --shm-size=16g -p 8888:8888 -p 6006:6006 --

For easy experimentation with NeMo, install NVFlare and mount the code inside the [nemo_nvflare](./nemo_nvflare) folder.
```
pip install nvflare==2.4.0rc7
pip install nvflare~=2.4.0rc7
export PYTHONPATH=${PYTHONPATH}:/workspace
```

Expand Down
2 changes: 1 addition & 1 deletion integration/nemo/examples/supervised_fine_tuning/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ docker run --runtime=nvidia -it --rm --shm-size=16g -p 8888:8888 -p 6006:6006 --

For easy experimentation with NeMo, install NVFlare and mount the code inside the [nemo_nvflare](./nemo_nvflare) folder.
```
pip install nvflare==2.4.0rc7
pip install nvflare~=2.4.0rc7
export PYTHONPATH=${PYTHONPATH}:/workspace
```

Expand Down

0 comments on commit 37a1032

Please sign in to comment.