summaryrefslogtreecommitdiff
path: root/candle-examples/examples/helium/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'candle-examples/examples/helium/README.md')
-rw-r--r--candle-examples/examples/helium/README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/candle-examples/examples/helium/README.md b/candle-examples/examples/helium/README.md
new file mode 100644
index 00000000..9d1f2009
--- /dev/null
+++ b/candle-examples/examples/helium/README.md
@@ -0,0 +1,11 @@
+# candle-helium: 2b LLM with CC-BY licensed weights
+
+- [Model card](https://huggingface.co/kyutai/helium-1-preview) on the HuggingFace Hub.
+
+## Running the example
+
+```bash
+$ cargo run --example helium --release --features cuda -- --prompt 'Write helloworld code in Rust' --sample-len 150
+```
+
+