dar-tau commited on
Commit
8c632ee
1 Parent(s): 83f82aa

Update configs.py

Browse files
Files changed (1) hide show
  1. configs.py +1 -0
configs.py CHANGED
@@ -21,6 +21,7 @@ model_info = {
21
  original_prompt_template='<s>{prompt}',
22
  interpretation_prompt_template='<s>[INST] [X] [/INST] {prompt}',
23
  load_in_8bit=True,
 
24
  layers_format=llama_layers_format),
25
  'LLAMA2-13B': dict(model_path='meta-llama/Llama-2-13b-chat-hf',
26
  token=os.environ['hf_token'], torch_dtype=torch.float16,
 
21
  original_prompt_template='<s>{prompt}',
22
  interpretation_prompt_template='<s>[INST] [X] [/INST] {prompt}',
23
  load_in_8bit=True,
24
+ dont_cuda=True,
25
  layers_format=llama_layers_format),
26
  'LLAMA2-13B': dict(model_path='meta-llama/Llama-2-13b-chat-hf',
27
  token=os.environ['hf_token'], torch_dtype=torch.float16,