Spaces:
Running
on
Zero
Running
on
Zero
Update convert.py
Browse files- convert.py +1 -1
convert.py
CHANGED
@@ -9,7 +9,7 @@ from typing import Optional
|
|
9 |
|
10 |
import torch
|
11 |
from io import BytesIO
|
12 |
-
|
13 |
from huggingface_hub import CommitInfo, Discussion, HfApi, hf_hub_download
|
14 |
from huggingface_hub.file_download import repo_folder_name
|
15 |
import spaces
|
|
|
9 |
|
10 |
import torch
|
11 |
from io import BytesIO
|
12 |
+
from safetensors.torch import save_file
|
13 |
from huggingface_hub import CommitInfo, Discussion, HfApi, hf_hub_download
|
14 |
from huggingface_hub.file_download import repo_folder_name
|
15 |
import spaces
|