Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
josephdviviano committed Feb 6, 2025
1 parent a208ee9 commit 4b36589
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ conda install pytorch==2.2.0 torchvision==0.17.0 torchaudio==2.2.0 cpuonly -c py
git clone https://github.com/intel/torch-ccl.git torch-ccl && cd torch-ccl
git checkout tags/v2.2.0+cpu
git submodule sync
git submodule update --init recursive
git submodule update --init --recursive
# TODO: this didn't work for me -- I had to use a prebuilt wheel.
# ONECCL_BINDINGS_FOR_PYTORCH_BACKEND=cpu python setup.py install
Expand Down Expand Up @@ -330,4 +330,4 @@ These methods are defined in `src/gfn/gflownet/base.py` and are abstract methods

**Testing**

Remember to create unit tests for your new GFlowNet to ensure it works as intended and integrates seamlessly with other parts of the codebase. This ensures maintainability and reliability of the code!
Remember to create unit tests for your new GFlowNet to ensure it works as intended and integrates seamlessly with other parts of the codebase. This ensures maintainability and reliability of the code!

0 comments on commit 4b36589

Please sign in to comment.