sharpenb commited on
Commit
c5ebd3c
1 Parent(s): 1234bba

Upload folder using huggingface_hub (#2)

Browse files

- 79e30e5680eed62417cff37072fe7c5f6ca619b074462c1f23735fda4528c997 (ef41dcd30e3e0551c82ba6ccc6484d84814c4d51)
- f95fd345e0dcea7f99543184cbbdd00d1c0c66a74ed2b39ec66523139a9d0f72 (75f4f566b757a5df9b0a0159820ef13ce1507c8b)

README.md CHANGED
@@ -1,5 +1,4 @@
1
  ---
2
- library_name: pruna-engine
3
  thumbnail: "https://assets-global.website-files.com/646b351987a8d8ce158d1940/64ec9e96b4334c0e1ac41504_Logo%20with%20white%20text.svg"
4
  metrics:
5
  - memory_disk
@@ -8,6 +7,8 @@ metrics:
8
  - inference_throughput
9
  - inference_CO2_emissions
10
  - inference_energy_consumption
 
 
11
  ---
12
  <!-- header start -->
13
  <!-- 200823 -->
@@ -33,7 +34,7 @@ metrics:
33
 
34
  ## Results
35
 
36
- Detailed efficiency metrics coming soon!
37
 
38
  **Frequently Asked Questions**
39
  - ***How does the compression work?*** The model is compressed with llm-int8.
@@ -60,7 +61,7 @@ You can run the smashed model with these steps:
60
  from transformers import AutoModelForCausalLM, AutoTokenizer
61
 
62
  model = AutoModelForCausalLM.from_pretrained("PrunaAI/facebook-xglm-7.5B-bnb-4bit-smashed",
63
- trust_remote_code=True)
64
  tokenizer = AutoTokenizer.from_pretrained("facebook/xglm-7.5B")
65
 
66
  input_ids = tokenizer("What is the color of prunes?,", return_tensors='pt').to(model.device)["input_ids"]
 
1
  ---
 
2
  thumbnail: "https://assets-global.website-files.com/646b351987a8d8ce158d1940/64ec9e96b4334c0e1ac41504_Logo%20with%20white%20text.svg"
3
  metrics:
4
  - memory_disk
 
7
  - inference_throughput
8
  - inference_CO2_emissions
9
  - inference_energy_consumption
10
+ tags:
11
+ - pruna-ai
12
  ---
13
  <!-- header start -->
14
  <!-- 200823 -->
 
34
 
35
  ## Results
36
 
37
+ ![image info](./plots.png)
38
 
39
  **Frequently Asked Questions**
40
  - ***How does the compression work?*** The model is compressed with llm-int8.
 
61
  from transformers import AutoModelForCausalLM, AutoTokenizer
62
 
63
  model = AutoModelForCausalLM.from_pretrained("PrunaAI/facebook-xglm-7.5B-bnb-4bit-smashed",
64
+ trust_remote_code=True, device_map='auto')
65
  tokenizer = AutoTokenizer.from_pretrained("facebook/xglm-7.5B")
66
 
67
  input_ids = tokenizer("What is the color of prunes?,", return_tensors='pt').to(model.device)["input_ids"]
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "/tmp/tmpptakwmde",
3
  "activation_dropout": 0.0,
4
  "activation_function": "gelu",
5
  "architectures": [
@@ -22,7 +22,7 @@
22
  "quantization_config": {
23
  "bnb_4bit_compute_dtype": "bfloat16",
24
  "bnb_4bit_quant_type": "fp4",
25
- "bnb_4bit_use_double_quant": true,
26
  "llm_int8_enable_fp32_cpu_offload": false,
27
  "llm_int8_has_fp16_weight": false,
28
  "llm_int8_skip_modules": [
 
1
  {
2
+ "_name_or_path": "/tmp/tmp_vn5a6ar",
3
  "activation_dropout": 0.0,
4
  "activation_function": "gelu",
5
  "architectures": [
 
22
  "quantization_config": {
23
  "bnb_4bit_compute_dtype": "bfloat16",
24
  "bnb_4bit_quant_type": "fp4",
25
+ "bnb_4bit_use_double_quant": false,
26
  "llm_int8_enable_fp32_cpu_offload": false,
27
  "llm_int8_has_fp16_weight": false,
28
  "llm_int8_skip_modules": [
model-00001-of-00002.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:06db323611d3be2c1c8c0a8d993039984562a85a8d63efdde22bf7ee017ec6a4
3
- size 4973942225
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d976e28ebc34dcc82835a15530872e75b4753624416a89a8e1f58bc0e678c2a4
3
+ size 4968956380
model-00002-of-00002.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:107582aa923e98d3394803ca8336e19da5a315b47e6bff15dc656225573be412
3
- size 450572369
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ccb1ad2c6fd7d7716e28cb72e7dcfc0272d1a5b2983e6aff4d5f3f2a1332978f
3
+ size 755717596
model.safetensors.index.json CHANGED
The diff for this file is too large to render. See raw diff
 
plots.png ADDED
smash_config.json CHANGED
@@ -8,7 +8,7 @@
8
  "compilers": "None",
9
  "task": "text_text_generation",
10
  "device": "cuda",
11
- "cache_dir": "/ceph/hdd/staff/charpent/.cache/modelsxxx1ebij",
12
  "batch_size": 1,
13
  "model_name": "facebook/xglm-7.5B",
14
  "pruning_ratio": 0.0,
 
8
  "compilers": "None",
9
  "task": "text_text_generation",
10
  "device": "cuda",
11
+ "cache_dir": "/ceph/hdd/staff/charpent/.cache/modelsawbplsun",
12
  "batch_size": 1,
13
  "model_name": "facebook/xglm-7.5B",
14
  "pruning_ratio": 0.0,