We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
按照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
The text was updated successfully, but these errors were encountered:
需要执行trtpy set-key sxaivip 这个key已经设置为vip专用。不过目前可以先测试测试
Sorry, something went wrong.
No branches or pull requests
按照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
The text was updated successfully, but these errors were encountered: