triton-inference-server / client

Triton Python, C++ and Java client libraries, and GRPC-generated client examples for go, java and scala.
BSD 3-Clause "New" or "Revised" License
520 stars 225 forks source link

Filter model name with slash for artifact path #645

Closed nv-hwoo closed 1 month ago

nv-hwoo commented 2 months ago

Some model names include slash (/) in their model name (e.g. Huggingface). This will break artifacts directory creation, so preprocess the model name so that we do not have slash character in the model name.

dyastremsky commented 2 months ago

Great work, @nv-hwoo!

dyastremsky commented 2 months ago

Great job, Hyunjae!

nv-hwoo commented 1 month ago

Talked offline with Ganesh and Elias. Adding regex to filter model path will be addressed in a separate ticket.