You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -95,7 +95,7 @@ All pre-trained checkpoints are hosted on the [Hugging Face Hub](https://hugging
95
95
```python
96
96
python -m aetheris.cli.main generate --prompt "The quick brown fox" --checkpoint_dir path/to/checkpoints_folder # rename the checkpoint inside to checkpoint_current.pth
97
97
```
98
-
> **Note:** will add better inference later down the line, for now used this scuffed version. :D
98
+
> **Note:** will add better inference later down the line, for now use this scuffed version. :D
99
99
100
100
> **Note:** These weights are from an experimental run. While they demonstrate the architectural capabilities, do not expect GPT-5 or even google bard level coherence. :D
0 commit comments