revert(config): use `float16` torch dtype
Browse files- config.json +1 -1
    	
        config.json
    CHANGED
    
    | @@ -17,7 +17,7 @@ | |
| 17 | 
             
              "partial_rotary_factor": 0.25,
         | 
| 18 | 
             
              "rope_theta": 10000,
         | 
| 19 | 
             
              "tie_word_embeddings": false,
         | 
| 20 | 
            -
              "torch_dtype": " | 
| 21 | 
             
              "transformers_version": "4.38.0",
         | 
| 22 | 
             
              "use_cache": true,
         | 
| 23 | 
             
              "use_qkv_bias": true,
         | 
|  | |
| 17 | 
             
              "partial_rotary_factor": 0.25,
         | 
| 18 | 
             
              "rope_theta": 10000,
         | 
| 19 | 
             
              "tie_word_embeddings": false,
         | 
| 20 | 
            +
              "torch_dtype": "float16",
         | 
| 21 | 
             
              "transformers_version": "4.38.0",
         | 
| 22 | 
             
              "use_cache": true,
         | 
| 23 | 
             
              "use_qkv_bias": true,
         | 

