codybum commited on
Commit
1c1db45
·
verified ·
1 Parent(s): 7e7cd29

pin torch_dtype=bfloat16

Browse files
Files changed (1) hide show
  1. config.json +2 -1
config.json CHANGED
@@ -60,5 +60,6 @@
60
  "use_cache": false,
61
  "use_sliding_window": false,
62
  "vocab_size": 32000,
63
- "rope_theta": 25000.0
 
64
  }
 
60
  "use_cache": false,
61
  "use_sliding_window": false,
62
  "vocab_size": 32000,
63
+ "rope_theta": 25000.0,
64
+ "torch_dtype": "bfloat16"
65
  }