Chat with RTX:invalid session

安装完之后,运行Chat with RTX遇到问题:

搜索之后看到有人让去改share=True,虽然有如下报警:但是我发现我不是这个问题。

To create a public link, set `share=True` in `launch()`.

而是AppData\Local\NVIDIA\ChatWithRTX\RAG\trt-llm-rag-windows-main\ui\user_interface.py
文件中的第298 行有问题,

key, value = cookie.split(‘=’)

把该行注释掉,替换为:

split_index = cookie.find(‘=’)
key, value = cookie[:split_index], cookie[split_index+1:]

再次运行可以正常显示网页。

原始链接:

Chat with RTX "Invalid session. Reopen RTX Chat from desktop to continue chatting." - #5 by leizidusk - AI Foundation Models and Endpoints - NVIDIA Developer ForumsI’ve installed the Chat with RTX demo successfully multiple times and on different drives, including the default folder. However, every time I’ve launched the demo, the browser window opens and says “Invalid session. Re…icon-default.png?t=N7T8https://forums.developer.nvidia.com/t/chat-with-rtx-invalid-session-reopen-rtx-chat-from-desktop-to-continue-chatting/282858/5

  • 35
    点赞
  • 43
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值