rbgo commited on
Commit
205b09a
1 Parent(s): 4033e18

Updated the Readme.Md

Browse files
Files changed (1) hide show
  1. README.md +79 -0
README.md CHANGED
@@ -1,3 +1,82 @@
1
  ---
 
 
 
 
2
  license: apache-2.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ base_model: upstage/SOLAR-10.7B-Instruct-v1.0
3
+ inference: false
4
+ language:
5
+ - en
6
  license: apache-2.0
7
+ model-index:
8
+ - name: SOLAR-10.7B-Instruct-v1.0
9
+ results: []
10
+ model_creator: Upstage
11
+ model_name: SOLAR-10.7B-Instruct-v1.0
12
+ model_type: solar
13
+ prompt_template: |
14
+ <|im_start|>system
15
+ {system_message}<|im_end|>
16
+ <|im_start|>user
17
+ {prompt}<|im_end|>
18
+ <|im_start|>assistant
19
+ quantized_by: Inferless
20
+ tags:
21
+ - SOLAR
22
+ - instruct
23
+ - finetune
24
+ - vllm
25
+ - GPTQ
26
  ---
27
+ <!-- markdownlint-disable MD041 -->
28
+
29
+ <!-- header start -->
30
+ <!-- 200823 -->
31
+ <div style="width: auto; margin-left: auto; margin-right: auto">
32
+ <img src="https://pbs.twimg.com/profile_banners/1633782755669708804/1678359514/1500x500" alt="Inferless" style="width: 100%; min-width: 400px; display: block; margin: auto;">
33
+ </div>
34
+ <div style="display: flex; justify-content: space-between; width: 100%;">
35
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
36
+ <p style="margin-top: 0.5em; margin-bottom: 0em; padding-left:4.5em">Serverless GPUs to scale your machine learning inference without any hassle of managing servers, deploy complicated and custom models with ease.</p>
37
+ </div>
38
+ <!-- <div style="display: flex; flex-direction: column; align-items: flex-end;">
39
+ <p style="margin-top: 0.5em; margin-bottom: 0em;"><a href="https://www.patreon.com/TheBlokeAI">Want to contribute? TheBloke's Patreon page</a></p>
40
+ </div> -->
41
+ </div>
42
+ <div style="text-align:center; margin-top: 0em; margin-bottom: 0em"><p style="margin-top: 0.25em; margin-bottom: 0em;"><a href="https://0ooatrmbp25.typeform.com/to/nzuhQtba">Join Private Beta</a></p></div>
43
+ <hr style="margin-top: 1.0em; margin-bottom: 1.0em;">
44
+ <!-- header end -->
45
+
46
+ # SOLAR-10.7B-Instruct-v1.0 - GPTQ
47
+ - Model creator: [Upstage](https://huggingface.co/upstage)
48
+ - Original model: [SOLAR-10.7B-Instruct-v1.0](https://huggingface.co/upstage/SOLAR-10.7B-Instruct-v1.0)
49
+
50
+ <!-- description start -->
51
+ ## Description
52
+
53
+ This repo contains GPTQ model files for [Upstage's SOLAR-10.7B-Instruct-v1.0](https://huggingface.co/upstage/SOLAR-10.7B-Instruct-v1.0).
54
+
55
+ ### About GPTQ
56
+
57
+ GPTQ is a method that compresses the model size and accelerates inference by quantizing weights based on a calibration dataset, aiming to minimize mean squared error in a single post-quantization step. GPTQ achieves both memory efficiency and faster inference.
58
+
59
+ It is supported by:
60
+
61
+ - [Text Generation Webui](https://github.com/oobabooga/text-generation-webui) - using Loader: AutoAWQ
62
+ - [vLLM](https://github.com/vllm-project/vllm) - version 0.2.2 or later for support for all model types.
63
+ - [Hugging Face Text Generation Inference (TGI)](https://github.com/huggingface/text-generation-inference)
64
+ - [Transformers](https://huggingface.co/docs/transformers) version 4.35.0 and later, from any code or client that supports Transformers
65
+ - [AutoAWQ](https://github.com/casper-hansen/AutoAWQ) - for use from Python code
66
+
67
+ <!-- description end -->
68
+ <!-- repositories-available start -->
69
+
70
+ ## Provided files, and AWQ parameters
71
+
72
+ I currently release 128g GEMM models only. The addition of group_size 32 models, and GEMV kernel models, is being actively considered.
73
+
74
+ Models are released as sharded safetensors files.
75
+
76
+ | Branch | Bits | GS | AWQ Dataset | Seq Len | Size |
77
+ | ------ | ---- | -- | ----------- | ------- | ---- |
78
+ | [main](https://huggingface.co/TheBloke/Nous-Hermes-2-SOLAR-10.7B-AWQ/tree/main) | 4 | 128 | [VMware Open Instruct](https://huggingface.co/datasets/VMware/open-instruct/viewer/) | 4096 | 5.96 GB
79
+
80
+ <!-- README_AWQ.md-provided-files end -->
81
+
82
+ <!-- README_AWQ.md-text-generation-webui start -->