Skip to content

Commit

Permalink
v1.1
Browse files Browse the repository at this point in the history
+ fixed README.md
+ fixed requirements
  • Loading branch information
kduxin committed Dec 7, 2022
1 parent c6c67c5 commit 517f2a5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ The models will be downloaded to `checkpoints/` and decompressed.

The saved models can be reloaded by
```python
import torch
model = torch.load('checkpoints/wacky_mlplanardiv_d2_l4_k10')
import firelang
model = firelang.FireWord.from_pretrained('checkpoints/v1.1/wacky_mlplanardiv_d2_l4_k10')
```

## 2. Run benchmarks
Expand Down
2 changes: 1 addition & 1 deletion requirements-cu10.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-f https://download.pytorch.org/whl/cu102/torch_stable.html
corpusit==0.1.2
corpusit==0.1.3
faster_fifo<=1.2.0
nltk<=3.7
numpy==1.20
Expand Down
2 changes: 1 addition & 1 deletion requirements-cu11.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-f https://download.pytorch.org/whl/cu111/torch_stable.html
corpusit==0.1.2
corpusit==0.1.3
faster_fifo<=1.2.0
nltk<=3.7
numpy==1.20
Expand Down

0 comments on commit 517f2a5

Please sign in to comment.