We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
报这个错,模型文件地址:https://huggingface.co/ewwerpm/m4-sWE-0.1B.pt/tree/main 是由 RWKV-4-World-CHNtuned-0.1B-v1-20230617-ctx4096.pth 文件,采用分片的方法,分片出来的第一个文件。关键的是分片的时候,采用了 torch.jit.script()函数,导致打不开。如果采用torch.jit.trace()函数保存,就可以打开。但是trace()保存下来的模型,没有用。只有script保存下来的模型,才有用。但是有用的打不开,如何才能用netron打开这个script保存下来的模型文件呢?谢谢
The text was updated successfully, but these errors were encountered:
Duplicate of #1061
Sorry, something went wrong.
No branches or pull requests
报这个错,模型文件地址:https://huggingface.co/ewwerpm/m4-sWE-0.1B.pt/tree/main
是由 RWKV-4-World-CHNtuned-0.1B-v1-20230617-ctx4096.pth 文件,采用分片的方法,分片出来的第一个文件。关键的是分片的时候,采用了 torch.jit.script()函数,导致打不开。如果采用torch.jit.trace()函数保存,就可以打开。但是trace()保存下来的模型,没有用。只有script保存下来的模型,才有用。但是有用的打不开,如何才能用netron打开这个script保存下来的模型文件呢?谢谢
The text was updated successfully, but these errors were encountered: