PyTorch
llama
lmzheng commited on
Commit
5279b1b
·
verified ·
1 Parent(s): 72ed5b9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -3
README.md CHANGED
@@ -1,3 +1,6 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ ---
4
+
5
+ This model is copied from https://huggingface.co/yuhuili/EAGLE3-LLaMA3.3-Instruct-70B with the following modifications to make it compatible with SGLang:
6
+ - Modify the architecture in config.json to LlamaForCausalLMEagle3