Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -10,7 +10,7 @@
|
|
| 10 |
"intermediate_size": 2048,
|
| 11 |
"max_position_embeddings": 128,
|
| 12 |
"torch_dtype": "float32",
|
| 13 |
-
"transformers_version": "4.
|
| 14 |
"auto_map": {
|
| 15 |
"AutoModel": "model_slm.MixtureOfRecursions",
|
| 16 |
"AutoModelForCausalLM": "model_slm.MixtureOfRecursions"
|
|
|
|
| 10 |
"intermediate_size": 2048,
|
| 11 |
"max_position_embeddings": 128,
|
| 12 |
"torch_dtype": "float32",
|
| 13 |
+
"transformers_version": "4.57.0",
|
| 14 |
"auto_map": {
|
| 15 |
"AutoModel": "model_slm.MixtureOfRecursions",
|
| 16 |
"AutoModelForCausalLM": "model_slm.MixtureOfRecursions"
|