|
805bf9ffa7
|
Implement top_p / nucleus sampling (#819)
* Implement top_p / nucleus sampling
* Update changelog
* rustfmt
* Add tests
* Fix clippy warning
* Fix another clippy error
|
2023-09-12 18:10:16 +02:00 |
|
|
0d00c06a83
|
Fix clippy lint. (#736)
|
2023-09-04 16:09:19 +01:00 |
|
|
8395152d20
|
Llama2c WASM UI improvements (#732)
* pass seed, expose model seq_len
* wip new llama2.c ui
* final new UI example
* small coppy
* copy
|
2023-09-04 15:59:22 +01:00 |
|
|
e2f9f60ac2
|
Avoid some redundant clone. (#731)
|
2023-09-04 09:18:32 +02:00 |
|
|
2c1df6bba1
|
Add a repeat penality to the llama2-c command line example. (#713)
* Add a repeat penality to the llama2-c command line example.
* Another fix attempt.
|
2023-09-01 20:38:58 +01:00 |
|
|
4d56cef583
|
Handle the empty sequence case properly. (#712)
* Handle the empty sequence case properly.
* Proper fix.
|
2023-09-01 20:12:30 +01:00 |
|
|
2fef14cb14
|
Add a repeat penalty to the llama2.c wasm example. (#709)
|
2023-09-01 19:32:28 +01:00 |
|
|
8e84d8a59b
|
Llama2.c wasm module. (#686)
|
2023-08-31 07:44:32 +01:00 |
|
|
160ba09d30
|
Polish the llama2 wasm ui. (#232)
* Polish the llama2 wasm ui.
* readme update.
|
2023-07-24 15:28:27 +01:00 |
|
|
5a26cba733
|
Re-organize the wasm examples (#231)
* Move the whisper example.
* More renaming.
* Add llama2 as a new wasm example.
* Live generation.
* More of the llama wasm example.
* Formatting.
|
2023-07-24 12:36:02 +01:00 |
|