Update README.md
Browse files
README.md
CHANGED
@@ -9,5 +9,11 @@ app_file: app.py
|
|
9 |
pinned: false
|
10 |
short_description: Converter
|
11 |
---
|
|
|
12 |
|
13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
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.
|