Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix sampling CLI #112

Merged
merged 3 commits into from
Jun 19, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix readme
  • Loading branch information
loubbrad committed Jun 19, 2024
commit ded7c8fc5f9b761d710c56c9fa38cf9ea0cc0042
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,13 @@ You can find preliminary checkpoints at the following locations

Finetuned piano-only checkpoints (improved robustness):

```large - https://storage.googleapis.com/aria-checkpoints/large-abs-inst.safetensors

```
```large - https://storage.googleapis.com/aria-checkpoints/large-abs-inst.safetensors```

Pretrained checkpoints:

```large - https://storage.googleapis.com/aria-checkpoints/large-abs-pt.bin
medium - https://storage.googleapis.com/aria-checkpoints/medium-abs-pt.bin
small - https://storage.googleapis.com/aria-checkpoints/small-abs-pt.bin
```
small - https://storage.googleapis.com/aria-checkpoints/small-abs-pt.bin```

You can then sample using the cli:

Expand All @@ -54,8 +51,7 @@ You can then sample using the cli:
-trunc <seconds-in-to-truncate-prompt> \
-l <number-of-tokens-to-generate> \
-temp 0.95 \
-e
```
-e```

You can use `aria sample -h` to see a full list of options. If you wish to sample from a pretrained checkpoint, please use the `-pt` flag.

Expand Down