Disable inference on HF Model Card
Browse files
README.md
CHANGED
@@ -24,6 +24,7 @@ model_creator: cognitivecomputations
|
|
24 |
model_name: Samantha 1.1 WestLake 7B - AWQ
|
25 |
model_type: mistral
|
26 |
pipeline_tag: text-generation
|
|
|
27 |
prompt_template: '<|im_start|>system
|
28 |
|
29 |
{system_message}<|im_end|>
|
|
|
24 |
model_name: Samantha 1.1 WestLake 7B - AWQ
|
25 |
model_type: mistral
|
26 |
pipeline_tag: text-generation
|
27 |
+
inference: false
|
28 |
prompt_template: '<|im_start|>system
|
29 |
|
30 |
{system_message}<|im_end|>
|