Update README.md
Browse files
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.
|