Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: other
|
3 |
+
license_name: qwen
|
4 |
+
base_model:
|
5 |
+
- Qwen/Qwen2.5-72B-Instruct
|
6 |
+
pipeline_tag: text-generation
|
7 |
+
tags:
|
8 |
+
- qwen2.5
|
9 |
+
- gptq
|
10 |
+
- int3
|
11 |
+
- vLLM
|
12 |
+
- sglang
|
13 |
+
---
|
14 |
+
|
15 |
+
### This is a mirror repo from modelscope [tclf90/qwen2.5-72b-instruct-gptq-int3](https://www.modelscope.cn/models/tclf90/qwen2.5-72b-instruct-gptq-int3)
|