Gausson commited on
Commit
87592d0
·
verified ·
1 Parent(s): 094fa15

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -1
README.md CHANGED
@@ -1,3 +1,12 @@
 
 
 
 
 
 
 
 
 
1
  # SepCache - Native Sparse Attention Cache
2
 
3
  ## Table of Contents
@@ -346,4 +355,4 @@ Simply edit your `modeling_xxx.py` file to implement:
346
 
347
  ## 4. Other Advanced Usage
348
 
349
- Please refer to https://github.com/HKUDS/SepLLM, in which there are detailed explanations and examples.
 
1
+ ---
2
+ license: mit
3
+ language:
4
+ - en
5
+ base_model:
6
+ - meta-llama/Meta-Llama-3-8B-Instruct
7
+ tags:
8
+ - custom_generate
9
+ ---
10
  # SepCache - Native Sparse Attention Cache
11
 
12
  ## Table of Contents
 
355
 
356
  ## 4. Other Advanced Usage
357
 
358
+ Please refer to https://github.com/HKUDS/SepLLM, in which there are detailed explanations and examples.