Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
link89 committed Jan 22, 2025
1 parent 4632ff8 commit 1d4f9b7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/manual/nmrnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ai2-kit feat nmrnet predict --help
## Install extra packages

To run the NMRNet tool, you need to install extra packages besides `ai2-kit`
since the extra dependecies are too large to be included in the `ai2-kit` package.
since the extra dependencies are too large to be included in the `ai2-kit` package.
You can install the extra packages by running the following command:

```bash
Expand All @@ -24,6 +24,8 @@ pip install torch==2.1.2 torchvision==0.16.2 torchaudio==2.1.2 --index-url https
# Install unicore
# You should download the version that matches your CUDA and Python from:
# https://github.com/dptech-corp/Uni-Core/releases
# for example:

wget https://github.com/dptech-corp/Uni-Core/releases/download/0.0.3/unicore-0.0.1+cu118torch2.0.0-cp39-cp39-linux_x86_64.whl
pip install unicore-0.0.1+cu118torch2.0.0-cp39-cp39-linux_x86_64.whl

Expand Down

0 comments on commit 1d4f9b7

Please sign in to comment.