Candle-T5-Generation-Wasm space doesn't contains large flan-t5-large

#1
by bayang - opened

@radames
How can I load it directly in candle like after downloaded

  • model-flan-t5-large.gguf,
  • config-flan-t5-large.json
  • config.json
  • tokenizer.json

cargo run --example t5 --release -- --model-id "./model-flan-t5-large.gguf" --prompt "A beautiful candle."

Sign up or log in to comment