You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An officially supported task in the examples folder (such as GLUE/SQuAD, ...)
My own task or dataset (give details below)
Reproduction
It's documented here that triton supports remote repos.
However, this doesn't work with tensorrt-llm backend, because it requires to set explicit absolute engine_dir in the config.pbtxt. Can we make engine_dir default to the same directory? And also make tokenizer_dir of preprocessing/postprocessing default to tensorrt_llm as well
Expected behavior
engine_dir defaults to the same directory, or support relative path
actual behavior
engine_dir has to be absolute path
additional notes
N/A
The text was updated successfully, but these errors were encountered:
System Info
x86_64
Who can help?
No response
Information
Tasks
examples
folder (such as GLUE/SQuAD, ...)Reproduction
It's documented here that triton supports remote repos.
However, this doesn't work with tensorrt-llm backend, because it requires to set explicit absolute engine_dir in the config.pbtxt. Can we make engine_dir default to the same directory? And also make tokenizer_dir of preprocessing/postprocessing default to
tensorrt_llm
as wellExpected behavior
engine_dir defaults to the same directory, or support relative path
actual behavior
engine_dir has to be absolute path
additional notes
N/A
The text was updated successfully, but these errors were encountered: