RaymondAISG commited on
Commit
b917cca
1 Parent(s): f83519b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -3
README.md CHANGED
@@ -44,10 +44,9 @@ from transformers import AutoTokenizer
44
  from auto_gptq import AutoGPTQForCausalLM, BaseQuantizeConfig
45
  import torch
46
 
47
- tokenizer = AutoTokenizer.from_pretrained( # will be loaded to GPU
48
  "aisingapore/sea-lion-7b-instruct-gptq",
49
- trust_remote_code=True,
50
- device_map = "cuda",
51
  )
52
 
53
  quantize_config = BaseQuantizeConfig(
 
44
  from auto_gptq import AutoGPTQForCausalLM, BaseQuantizeConfig
45
  import torch
46
 
47
+ tokenizer = AutoTokenizer.from_pretrained(
48
  "aisingapore/sea-lion-7b-instruct-gptq",
49
+ trust_remote_code=True
 
50
  )
51
 
52
  quantize_config = BaseQuantizeConfig(