|
88f666781f
|
Wasm proof of concept. (#167)
* Wasm proof of concept.
* Run whisper inference in the browser.
* Some fixes.
* Move the wasm example.
* Change the tokenizer config.
|
2023-07-14 14:51:46 +01:00 |
|
|
50b0946a2d
|
Tensor mutability (#154)
* Working towards tensor mutability.
* Use a ref-cell to provide tensor mutability.
|
2023-07-13 11:04:40 +01:00 |
|
|
ce27073feb
|
Update candle-core/src/safetensors.rs
|
2023-07-06 23:59:54 +02:00 |
|
|
054717e236
|
Fixing unsafe slow load (memcpy).
- Without the annotation, I think the rust compiler assumes it's all u8.
It did segfault trying to load `Roberta`.
|
2023-07-06 13:14:33 +02:00 |
|
|
0b3cc215f1
|
Address comments.
|
2023-07-03 13:52:27 +02:00 |
|
|
5bc66c68fa
|
Adding saving capabilities.
|
2023-07-03 13:39:24 +02:00 |
|
|
81cec86e75
|
Adding a bit more docs around safety.
|
2023-07-03 11:55:54 +02:00 |
|
|
899c76de75
|
Handle more types in safetensors.
|
2023-07-03 10:09:46 +01:00 |
|
|
783b7054ee
|
Move more safetensors bits to the shared module.
|
2023-07-03 09:34:08 +01:00 |
|
|
cf2789fb81
|
Move some safetensors bits in the candle-core crate.
|
2023-07-03 08:37:46 +01:00 |
|