Replies: 2 comments 1 reply
-
Why do you need to convert a GGUF file back to Pytorch --does it have a real-world use case? Obtaining the original Pytorch checkpoints should be much easier than converting them from a GGUF file. |
Beta Was this translation helpful? Give feedback.
1 reply
-
@Ronsor I have a pull open currently to add read/modification support to the Python GGUF package: #3981 If you get a chance, any testing/feedback is very welcome. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The
gguf
Python package has a GGUFWriter class. Why not also a GGUFReader class? It could be useful for converting models back to torch format or inspecting already converted models.Beta Was this translation helpful? Give feedback.
All reactions