Update convert.py
Browse files- convert.py +3 -1
convert.py
CHANGED
|
@@ -17,7 +17,7 @@ from transformers.pipelines.base import infer_framework_load_model
|
|
| 17 |
|
| 18 |
|
| 19 |
COMMIT_DESCRIPTION = """
|
| 20 |
-
This is an automated PR
|
| 21 |
|
| 22 |
This new file is equivalent to `pytorch_model.bin` but safe in the sense that
|
| 23 |
no arbitrary code can be put into it.
|
|
@@ -28,6 +28,8 @@ https://colab.research.google.com/github/huggingface/notebooks/blob/main/safeten
|
|
| 28 |
The widgets on your model page will run using this model even if this is not merged
|
| 29 |
making sure the file actually works.
|
| 30 |
|
|
|
|
|
|
|
| 31 |
Feel free to ignore this PR.
|
| 32 |
"""
|
| 33 |
|
|
|
|
| 17 |
|
| 18 |
|
| 19 |
COMMIT_DESCRIPTION = """
|
| 20 |
+
This is an automated PR created with https://huggingface.co/spaces/safetensors/convert
|
| 21 |
|
| 22 |
This new file is equivalent to `pytorch_model.bin` but safe in the sense that
|
| 23 |
no arbitrary code can be put into it.
|
|
|
|
| 28 |
The widgets on your model page will run using this model even if this is not merged
|
| 29 |
making sure the file actually works.
|
| 30 |
|
| 31 |
+
If you find any issues: please report here: https://huggingface.co/spaces/safetensors/convert/discussions
|
| 32 |
+
|
| 33 |
Feel free to ignore this PR.
|
| 34 |
"""
|
| 35 |
|