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
current code : parser.add_argument( '--log-file', type=str, help='path to triton log gile', default='triton_log.txt', )
parser.add_argument( '--log-file', type=str, help='path to triton log gile', default='triton_log.txt', )
to be -> parser.add_argument( '--log-file', type=str, help='path to triton log file', default='triton_log.txt', )
parser.add_argument( '--log-file', type=str, help='path to triton log file', default='triton_log.txt', )
I would like to create a PR for this change.
The text was updated successfully, but these errors were encountered:
#628
Sorry, something went wrong.
Thanks for bringing this up. We've incorporated this change. It should be updated in the next weekly drop.
No branches or pull requests
current code :
parser.add_argument( '--log-file', type=str, help='path to triton log gile', default='triton_log.txt', )
to be ->
parser.add_argument( '--log-file', type=str, help='path to triton log file', default='triton_log.txt', )
I would like to create a PR for this change.
The text was updated successfully, but these errors were encountered: