summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRadamés Ajna <radamajna@gmail.com>2023-09-26 22:07:11 -0700
committerGitHub <noreply@github.com>2023-09-27 06:07:11 +0100
commit29bd6b297990141cfa31d5225b8a29683e71c282 (patch)
tree6560ae6dbc54cff1a388cb76883151df0981d1c7 /Cargo.toml
parent9571b200c9a7c835f66a5444e62f8100e99a4102 (diff)
downloadcandle-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.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 6db2a326..bcb90217 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"