Skip to content

Commit

Permalink
train
Browse files Browse the repository at this point in the history
  • Loading branch information
Kye committed Jul 2, 2023
1 parent 32233b3 commit 10c6488
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,16 @@ First `pip install Andromeda-llm` then

```python
import torch
from Andromeda import Andromeda
from Andromeda import Andromeda, Train


x = torch.randint(0, 20000, (1, 1024))

Andromea(x)

# or train

Train()

```

Expand Down

0 comments on commit 10c6488

Please sign in to comment.