Closed MrLittleShark closed 1 year ago
claude能用了,虽然不知道发生了啥
应该是库的版本的问题,这个是之前保留的3.36版本,在更新3.37的库之后同样发生了这样的情况,有可能是库不兼容
破案了:是gradio的版本问题,退回到3.28.3就可以用了,但是3.32.0版本不可以用,估计与markdown库冲突,希望作者修复一下!比心!
我应该已经把3.32.0拉黑了,没报错吗
请用requirements.txt安装即可
我这边是这样的
这个3.28.3是我自己改的,原文件里是3.32.1,然后报错了。requirements.txt里面好像没有指定版本
作者大大是不是发错版本了
还有个小问题,我看源码里有好多地方写着'stack-claude',或者'stackclaude',这是拼错了吧。对调用claude会不会有影响啊
没发错,这个gradio版本就在代码路径下,官方的gradio版本bug太多了,解决PR太慢,我重新打包了一个
请更新代码吧
okok,感谢!
嗯嗯,昨天的代码确实出了点问题
Installation Method | 安装方法与平台
Pip Install (I used latest requirements.txt)
Version | 版本
Latest | 最新版
OS | 操作系统
Windows
Describe the bug | 简述
我安装了最新版的gpt academic,但是很多功能都不能使用。
pip install -r requirements.txt --upgrade
to install a stable gradio fork." 事实上gradio最新版本为3.32.0。手动把这个1改为0后代码运行(当然是更新requirements.txt之后的)Screen Shot | 有帮助的截图
Terminal Traceback & Material to Help Reproduce Bugs | 终端traceback(如有) + 帮助我们复现的测试材料样本(如有)
None of PyTorch, TensorFlow >= 2.0, or Flax have been found. Models won't be available and only tokenizers, configuration and file/data utilities can be used. 所有问询记录将自动保存在本地目录./gpt_log/chat_secrets.log, 请注意自我隐私保护哦! 查询代理的地理位置,返回的结果是{'ip': '203.93.11.157', 'network': '203.93.11.0/24', 'version': 'IPv4', 'city': 'Haidian', 'region': 'Beijing', 'region_code': 'BJ', 'country': 'CN', 'country_name': 'China', 'country_code': 'CN', 'country_code_iso3': 'CHN', 'country_capital': 'Beijing', 'country_tld': '.cn', 'continent_code': 'AS', 'in_eu': False, 'postal': None, 'latitude': 39.9881, 'longitude': 116.2846, 'timezone': 'Asia/Shanghai', 'utc_offset': '+0800', 'country_calling_code': '+86', 'currency': 'CNY', 'currency_name': 'Yuan Renminbi', 'languages': 'zh-CN,yue,wuu,dta,ug,za', 'country_area': 9596960.0, 'country_population': 1411778724, 'asn': 'AS4808', 'org': 'China Unicom Beijing Province Network'} 代理配置 socks5h://localhost:7890, 代理所在地:China 如果浏览器没有自动打开,请复制并转到以下URL: (亮色主题): http://localhost:5819 (暗色主题): http://localhost:5819/?__theme=dark 正在执行一些模块的预热... 正在加载tokenizer,如果是第一次运行,可能需要一点时间下载参数 加载tokenizer完毕 正在加载tokenizer,如果是第一次运行,可能需要一点时间下载参数 加载tokenizer完毕 Running on local URL: http://0.0.0.0:5819
To create a public link, set
share=True
inlaunch()
. gpt-3.5-turbo : 0 : 你好 .......... gpt-3.5-turbo : 1 : 椭圆面积公式、 .......... gpt-3.5-turbo : 0 : 圆的面积公式 .......... Traceback (most recent call last): File "D:\Python\Lib\site-packages\gradio\routes.py", line 422, in run_predict output = await app.get_blocks().process_api( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\Python\Lib\site-packages\gradio\blocks.py", line 1323, in process_api result = await self.call_function( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\Python\Lib\site-packages\gradio\blocks.py", line 1067, in call_function prediction = await utils.async_iteration(iterator) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\Python\Lib\site-packages\gradio\utils.py", line 336, in async_iteration return await iterator.anext() ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\Python\Lib\site-packages\gradio\utils.py", line 329, in anext return await anyio.to_thread.run_sync( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\Python\Lib\site-packages\anyio\to_thread.py", line 31, in run_sync return await get_asynclib().run_sync_in_worker_thread( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\Python\Lib\site-packages\anyio_backends_asyncio.py", line 937, in run_sync_in_worker_thread return await future ^^^^^^^^^^^^ File "D:\Python\Lib\site-packages\anyio_backends_asyncio.py", line 867, in run result = context.run(func, args) ^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\Python\Lib\site-packages\gradio\utils.py", line 312, in run_sync_iterator_asyncreturn next(iterator) ^^^^^^^^^^^^^^ File "c:\Users\Chen\Downloads\gpt_academic-version3.37\toolbox.py", line 62, in decorated yield from f(txt_passon, llm_kwargs, plugin_kwargs, chatbot_with_cookie, history, system_prompt, args) File "c:\Users\Chen\Downloads\gpt_academic-version3.37\request_llm\bridge_all.py", line 324, in predict method = model_info[llm_kwargs['llm_model']]["fn_with_ui"]