Is is possible to run text-generation-benchmark using docker? #1303
Closed
swapnil3597
started this conversation in
General
Replies: 1 comment
-
Figured out a way to do it, Once you have docker container for TGI running in detach mode, docker exec -it <CONTAINER ID> bash Once you are inside the container, run text generation benchmark using command, text-generation-benchmark --tokenizer-name <TOKENIZER_NAME> |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Please provide the command to run text-generation-benchmark using docker if possible to do so.
Beta Was this translation helpful? Give feedback.
All reactions