stanrom commited on
Commit
d90a419
1 Parent(s): c82e4e7

Update configuration_internlm_xcomposer2.py

Browse files
configuration_internlm_xcomposer2.py CHANGED
@@ -108,8 +108,8 @@ class InternLMXcomposer2Config(PretrainedConfig):
108
  rope_theta=10000,
109
  rope_scaling=None,
110
  attn_implementation='eager',
111
- device='cpu',
112
- dtype='bfloat16',
113
  **kwargs,
114
  ):
115
  self.vocab_size = vocab_size
 
108
  rope_theta=10000,
109
  rope_scaling=None,
110
  attn_implementation='eager',
111
+ # device='cpu',
112
+ # dtype='bfloat16',
113
  **kwargs,
114
  ):
115
  self.vocab_size = vocab_size