diff options
author | Radamés Ajna <radamajna@gmail.com> | 2023-09-26 22:07:11 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-27 06:07:11 +0100 |
commit | 29bd6b297990141cfa31d5225b8a29683e71c282 (patch) | |
tree | 6560ae6dbc54cff1a388cb76883151df0981d1c7 /Cargo.toml | |
parent | 9571b200c9a7c835f66a5444e62f8100e99a4102 (diff) | |
download | candle-29bd6b297990141cfa31d5225b8a29683e71c282.tar.gz candle-29bd6b297990141cfa31d5225b8a29683e71c282.tar.bz2 candle-29bd6b297990141cfa31d5225b8a29683e71c282.zip |
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
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |