Bradarr commited on
Commit
adc47e0
·
verified ·
1 Parent(s): 7cb6c19

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -9,5 +9,11 @@ app_file: app.py
9
  pinned: false
10
  short_description: Converter
11
  ---
 
12
 
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
9
  pinned: false
10
  short_description: Converter
11
  ---
12
+ # PTH to Safetensors Converter
13
 
14
+ This Hugging Face Space allows you to convert `.pth` (PyTorch) model files to `.safetensors` format. Simply provide a URL to a `.pth` file hosted on Hugging Face, and the converted file will be available for download.
15
+
16
+ ## How to Use
17
+ 1. Paste the URL to your `.pth` model file in the input box.
18
+ 2. Click "Convert".
19
+ 3. Download the resulting `.safetensors` file.