sync code from github@875f06d07abc1ec4aed2c0c30f7854eabb835235
Browse files
README.md
CHANGED
|
@@ -64,10 +64,6 @@ All models use Equiformer-V2 and have approximately 10M weights. Separate weight
|
|
| 64 |
pip install -r magnet/requirements.txt
|
| 65 |
pip install --no-deps ./magnet
|
| 66 |
```
|
| 67 |
-
|
| 68 |
-
**<i>During the review process</i>**, the GitHub repository is private, so use a read-only token for cloning:
|
| 69 |
-
|
| 70 |
-
`git clone https://<token>@github.com/ekwan/MagNET`
|
| 71 |
|
| 72 |
2. **Fetch Model Weights**
|
| 73 |
|
|
@@ -77,10 +73,6 @@ All models use Equiformer-V2 and have approximately 10M weights. Separate weight
|
|
| 77 |
```
|
| 78 |
|
| 79 |
The model weights will be downloaded into the working directory. No repository cloning is needed, as MagNET will automatically check the current directory for weights. Alternatively, you may pass the `checkpoints_dir` parameter to the inference methods.
|
| 80 |
-
|
| 81 |
-
**<i>During the review process</i>**, the HuggingFace repository is private, so use a read-only token for downloading:
|
| 82 |
-
|
| 83 |
-
`hf download ekwan16/MagNET --local-dir . --include "model_checkpoints/*" --token hf_xxx`
|
| 84 |
|
| 85 |
3. **Check the Installation**
|
| 86 |
|
|
|
|
| 64 |
pip install -r magnet/requirements.txt
|
| 65 |
pip install --no-deps ./magnet
|
| 66 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
| 67 |
|
| 68 |
2. **Fetch Model Weights**
|
| 69 |
|
|
|
|
| 73 |
```
|
| 74 |
|
| 75 |
The model weights will be downloaded into the working directory. No repository cloning is needed, as MagNET will automatically check the current directory for weights. Alternatively, you may pass the `checkpoints_dir` parameter to the inference methods.
|
|
|
|
|
|
|
|
|
|
|
|
|
| 76 |
|
| 77 |
3. **Check the Installation**
|
| 78 |
|