stanrom commited on
Commit
f862375
1 Parent(s): 66ceca3

disable load_in_4bit=True

Browse files
configuration_InternLM_XComposer.py CHANGED
@@ -35,7 +35,7 @@ class InternLMXComposerConfig(PretrainedConfig):
35
  kqvo_bias=True,
36
  device='cuda',
37
  internlm_lora=None,
38
- load_in_4bit=True,
39
  **kwargs,
40
  ):
41
  self.vocab_size = vocab_size
 
35
  kqvo_bias=True,
36
  device='cuda',
37
  internlm_lora=None,
38
+ # load_in_4bit=True,
39
  **kwargs,
40
  ):
41
  self.vocab_size = vocab_size