geramyl commited on
Commit
bd00f64
·
verified ·
1 Parent(s): 99e4199

Reference LSE (Lemon Seed Engine) as the primary runtime

Browse files
Files changed (1) hide show
  1. example_generate.py +6 -2
example_generate.py CHANGED
@@ -1,8 +1,12 @@
1
  """LemonSeed 1.5B — minimal generation template.
2
 
3
  LemonSeed is a custom hybrid (Gated-DeltaNet + attention + MoE + Mixture-of-Depths)
4
- architecture and is NOT loadable via `transformers`. You need the LemonSeed model
5
- code (MLX): https://github.com/Geramy/lemonseed-docs
 
 
 
 
6
 
7
  pip install mlx fastokens huggingface_hub
8
  git clone https://github.com/Geramy/lemonseed-docs && cd lemonseed
 
1
  """LemonSeed 1.5B — minimal generation template.
2
 
3
  LemonSeed is a custom hybrid (Gated-DeltaNet + attention + MoE + Mixture-of-Depths)
4
+ architecture and is NOT loadable via `transformers`.
5
+
6
+ Primary engine (C++/ROCm): https://github.com/Geramy/LSE
7
+ Reference docs: https://github.com/Geramy/lemonseed-docs
8
+
9
+ This file is the simple MLX reference path (needs the lemonseed Python model code).
10
 
11
  pip install mlx fastokens huggingface_hub
12
  git clone https://github.com/Geramy/lemonseed-docs && cd lemonseed