Jamie@TitanML commited on
Commit
12a5d76
·
1 Parent(s): e1fc4da

Upload awq_cache.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. awq_cache.json +36 -1
awq_cache.json CHANGED
@@ -1 +1,36 @@
1
- {"meta-llama/llama-2-13b-hf": {"repo": "TitanML/llama2-13B-base-4bit-AWQ"}, "meta-llama/llama-2-7b-hf": {"repo": "TitanML/llama2-7b-base-4bit-AWQ"}, "meta-llama/llama-2-13b-chat-hf": {"repo": "TitanML/llama2-13B-chat-4bit-AWQ"}, "meta-llama/llama-2-7b-chat-hf": {"repo": "TitanML/llama2-7B-chat-4bit-AWQ"}, "lmsys/vicuna-13b-v1.5": {"repo": "TitanML/vicuna-13B-base-4bit-AWQ"}, "lmsys/vicuna-7b-v1.5": {"repo": "TitanML/vicuna-7B-base-4bit-AWQ"}, "mosaicml/mpt-7b-8k": {"repo": "TitanML/mpt-7b-base-8k-4bit-AWQ"}, "mosaicml/mpt-7b-8k-chat": {"repo": "TitanML/mpt-7b-chat-8k-4bit-AWQ"}, "mosaicml/mpt-7b-8k-instruct": {"repo": "TitanML/mpt-7b-instruct-8k-4bit-AWQ"}, "facebook/opt-13b": {"repo": "TitanML/opt-13b-base-4bit-AWQ"}, "facebook/opt-30b": {"repo": "TitanML/opt-30b-base-4bit-AWQ"}, "EleutherAI/gpt-j-6b": {"repo": "TitanML/gptj-6b-base-4bit-AWQ"}}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "llama-2-13b": {
3
+ "repo": "TitanML/llama2-13B-base-4bit-AWQ"
4
+ },
5
+ "llama-2-7b": {
6
+ "repo": "TitanML/llama2-7b-base-4bit-AWQ"
7
+ },
8
+ "llama-2-13b-chat": {
9
+ "repo": "TitanML/llama2-13B-chat-4bit-AWQ"
10
+ },
11
+ "llama-2-7b-chat": {
12
+ "repo": "TitanML/llama2-7B-chat-4bit-AWQ"
13
+ },
14
+ "vicuna-13b": {
15
+ "repo": "TitanML/vicuna-13B-base-4bit-AWQ"
16
+ },
17
+ "vicuna-7b": {
18
+ "repo": "TitanML/vicuna-7B-base-4bit-AWQ"
19
+ },
20
+ "mpt-7b": {
21
+ "repo": "TitanML/mpt-7b-base-8k-4bit-AWQ"
22
+ },
23
+ "mpt-7b-chat": {
24
+ "repo": "TitanML/mpt-7b-chat-8k-4bit-AWQ"
25
+ },
26
+ "mpt-7b-instruct": {
27
+ "repo": "TitanML/mpt-7b-instruct-8k-4bit-AWQ"
28
+ },
29
+ "opt-13b": {
30
+ "repo": "TitanML/opt-13b-base-4bit-AWQ"
31
+ },
32
+ "opt-30b": {
33
+ "repo": "TitanML/opt-30b-base-4bit-AWQ"
34
+ }
35
+ }
36
+