tensorRT_Pro
tensorRT_Pro copied to clipboard
RuntimeError: Can not read key file, please configure auth key. use trtpy set-key xxx
按照https://www.zhihu.com/people/shouxieai, pip install trtpy-dev==1.1.20 -i https://pypi.org/simple 2. 配置便捷指令,使用source的aliasecho alias trtpy="python -m trtpy" >> ~/.bashrc source ~/.bashrc 3. 查看trtpy当前的信息,仅仅证明安装运行成功trtpy info 4. 查看当前支持的模版清单trtpy list-templ 报错: raise RuntimeError(f"Can not read key file, please configure auth key. use trtpy set-key xxx") RuntimeError: Can not read key file, please configure auth key. use trtpy set-key xxx
需要执行trtpy set-key sxaivip 这个key已经设置为vip专用。不过目前可以先测试测试