[Wasm] BLIP Example (#1183)

* blip wasm start

* fix dependency issue, move token stream here

* vanilla js worker

* roll back vscode

* spell
This commit is contained in:
Radamés Ajna
2023-10-25 23:24:02 -07:00
committed by GitHub
parent e7b886d56f
commit e5dc8cb4f4
12 changed files with 790 additions and 10 deletions

View File

@ -7,13 +7,7 @@ members = [
"candle-nn",
"candle-pyo3",
"candle-transformers",
"candle-wasm-examples/llama2-c",
"candle-wasm-examples/segment-anything",
"candle-wasm-examples/whisper",
"candle-wasm-examples/yolo",
"candle-wasm-examples/bert",
"candle-wasm-examples/phi",
"candle-wasm-examples/t5",
"candle-wasm-examples/*",
"candle-wasm-tests",
]
exclude = ["candle-flash-attn", "candle-kernels"]