TJPark commited on
Commit
17fd953
1 Parent(s): 16261fa

Upload LlamaForCausalLM

Browse files
Files changed (2) hide show
  1. config.json +1 -1
  2. generation_config.json +1 -1
config.json CHANGED
@@ -40,7 +40,7 @@
40
  "rope_theta": 50000000.0,
41
  "tie_word_embeddings": false,
42
  "torch_dtype": "float16",
43
- "transformers_version": "4.41.2",
44
  "use_cache": false,
45
  "vocab_size": 84608
46
  }
 
40
  "rope_theta": 50000000.0,
41
  "tie_word_embeddings": false,
42
  "torch_dtype": "float16",
43
+ "transformers_version": "4.42.0.dev0",
44
  "use_cache": false,
45
  "vocab_size": 84608
46
  }
generation_config.json CHANGED
@@ -1,3 +1,3 @@
1
  {
2
- "transformers_version": "4.41.2"
3
  }
 
1
  {
2
+ "transformers_version": "4.42.0.dev0"
3
  }