tensorRT_Pro icon indicating copy to clipboard operation
tensorRT_Pro copied to clipboard

RuntimeError: Can not read key file, please configure auth key. use trtpy set-key xxx

Open watertianyi opened this issue 3 years ago • 1 comments

按照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

watertianyi avatar May 21 '22 09:05 watertianyi

需要执行trtpy set-key sxaivip 这个key已经设置为vip专用。不过目前可以先测试测试

shouxieai avatar May 21 '22 10:05 shouxieai