Spaces:
				
			
			
	
			
			
					
		Running
		
			on 
			
			CPU Upgrade
	
	
	
			
			
	
	
	
	
		
		
					
		Running
		
			on 
			
			CPU Upgrade
	Update
Browse files- src/about.py +2 -2
    	
        src/about.py
    CHANGED
    
    | @@ -318,7 +318,7 @@ tokenizer = AutoTokenizer.from_pretrained("your model name", revision=revision) | |
| 318 | 
             
            Note:
         | 
| 319 | 
             
            - If this step fails, debug your model before submitting.
         | 
| 320 | 
             
            - Ensure your model is public.
         | 
| 321 | 
            -
            -  | 
| 322 | 
             
            ### 2. Convert Weights to Safetensors
         | 
| 323 | 
             
            [Safetensors](https://huggingface.co/docs/safetensors/index) is a new format for storing weights which is safer and faster to load and use. It will also allow us to add the number of parameters of your model to the `Extended Viewer`!
         | 
| 324 | 
             
            ### 3. Verify Your Model Open License
         | 
| @@ -339,7 +339,7 @@ tokenizer = AutoTokenizer.from_pretrained("your model name", revision=revision) | |
| 339 | 
             
            注意:
         | 
| 340 | 
             
            - この手順が失敗する場合は、提出前にモデルをデバッグしてください。
         | 
| 341 | 
             
            - モデルが公開されていることを確認してください。
         | 
| 342 | 
            -
            - `use_remote_code=True`  | 
| 343 |  | 
| 344 | 
             
            ### 2. 重みを Safetensors に変換
         | 
| 345 | 
             
            [Safetensors](https://huggingface.co/docs/safetensors/index) は、より安全で高速に読み込めるウェイトの新しい保存形式です。これにより、`Extended Viewer` にモデルのパラメータ数を追加することも可能になります!
         | 
|  | |
| 318 | 
             
            Note:
         | 
| 319 | 
             
            - If this step fails, debug your model before submitting.
         | 
| 320 | 
             
            - Ensure your model is public.
         | 
| 321 | 
            +
            - Models requiring `use_remote_code=True` are not currently supported.
         | 
| 322 | 
             
            ### 2. Convert Weights to Safetensors
         | 
| 323 | 
             
            [Safetensors](https://huggingface.co/docs/safetensors/index) is a new format for storing weights which is safer and faster to load and use. It will also allow us to add the number of parameters of your model to the `Extended Viewer`!
         | 
| 324 | 
             
            ### 3. Verify Your Model Open License
         | 
|  | |
| 339 | 
             
            注意:
         | 
| 340 | 
             
            - この手順が失敗する場合は、提出前にモデルをデバッグしてください。
         | 
| 341 | 
             
            - モデルが公開されていることを確認してください。
         | 
| 342 | 
            +
            - `use_remote_code=True` を必要とするモデルは現時点ではサポートされていません。
         | 
| 343 |  | 
| 344 | 
             
            ### 2. 重みを Safetensors に変換
         | 
| 345 | 
             
            [Safetensors](https://huggingface.co/docs/safetensors/index) は、より安全で高速に読み込めるウェイトの新しい保存形式です。これにより、`Extended Viewer` にモデルのパラメータ数を追加することも可能になります!
         | 

