mirror of
https://github.com/huggingface/candle.git
synced 2025-06-15 10:26:33 +00:00
Phi 1.5 wasm module (#966)
* add phi wasm module * replace input with textarea * trim input prompt * stop on <|endoftext|> * formatting * clean up * add blurb, and syntax highlighting * add phi-v1.5 wasm * add note * hide Options on details * add first token to generated text * whitespaces for new line * fix: abort -> aborted
This commit is contained in:
@ -13,6 +13,7 @@ members = [
|
||||
"candle-wasm-examples/yolo",
|
||||
"candle-wasm-examples/bert",
|
||||
"candle-wasm-examples/t5",
|
||||
"candle-wasm-examples/phi",
|
||||
]
|
||||
exclude = ["candle-flash-attn", "candle-kernels"]
|
||||
resolver = "2"
|
||||
|
Reference in New Issue
Block a user