-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
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
why ? is model wrong?? #23
Comments
This share link expires in 72 hours. For free permanent hosting and GPU upgrades, run
|
same issue |
是不是torch 版本不对,用torch 2.0.0试试 |
换了torch版本也不对 是不是哪个模型下载有问题或者少了哪个模型呢 作者大大T T |
Traceback (most recent call last):
File "/root/autodl-tmp/conda/envs/tango/lib/python3.10/site-packages/gradio/queueing.py", line 536, in process_events
response = await route_utils.call_process_api(
File "/root/autodl-tmp/conda/envs/tango/lib/python3.10/site-packages/gradio/route_utils.py", line 322, in call_process_api
output = await app.get_blocks().process_api(
File "/root/autodl-tmp/conda/envs/tango/lib/python3.10/site-packages/gradio/blocks.py", line 1935, in process_api
result = await self.call_function(
File "/root/autodl-tmp/conda/envs/tango/lib/python3.10/site-packages/gradio/blocks.py", line 1520, in call_function
prediction = await anyio.to_thread.run_sync( # type: ignore
File "/root/autodl-tmp/conda/envs/tango/lib/python3.10/site-packages/anyio/to_thread.py", line 56, in run_sync
return await get_async_backend().run_sync_in_worker_thread(
File "/root/autodl-tmp/conda/envs/tango/lib/python3.10/site-packages/anyio/_backends/_asyncio.py", line 2441, in run_sync_in_worker_thread
return await future
File "/root/autodl-tmp/conda/envs/tango/lib/python3.10/site-packages/anyio/_backends/_asyncio.py", line 943, in run
result = context.run(func, *args)
File "/root/autodl-tmp/conda/envs/tango/lib/python3.10/site-packages/gradio/utils.py", line 826, in wrapper
response = f(*args, **kwargs)
File "/root/autodl-tmp/TANGO/app.py", line 612, in tango
state_dict = checkpoint["model_state_dict"]
File "/root/autodl-tmp/conda/envs/tango/lib/python3.10/site-packages/torch/jit/_script.py", line 862, in getitem
return self.forward_magic_method("getitem", idx)
File "/root/autodl-tmp/conda/envs/tango/lib/python3.10/site-packages/torch/jit/_script.py", line 855, in forward_magic_method
raise NotImplementedError()
NotImplementedError
The text was updated successfully, but these errors were encountered: