hf_text-generation-inference/server/text_generation_server
OlivierDehaene f26dfd0dc1
feat(server): support OPT models (#55)
OPT models do not all have a `tokenizer.json` file on the hub at the
moment. Can't merge for now.
2023-04-11 19:16:41 +02:00
..
models feat(server): support OPT models (#55) 2023-04-11 19:16:41 +02:00
pb feat(server): clear cache on error (#143) 2023-03-28 11:29:35 +02:00
utils feat(server): support OPT models (#55) 2023-04-11 19:16:41 +02:00
__init__.py feat(clients): Python client (#103) 2023-03-07 18:52:22 +01:00
cache.py feat(server): clear cache on error (#143) 2023-03-28 11:29:35 +02:00
cli.py feat(benchmark): tui based benchmarking tool (#149) 2023-03-30 15:26:27 +02:00
interceptor.py feat(clients): Python client (#103) 2023-03-07 18:52:22 +01:00
server.py feat(server): clear cache on error (#143) 2023-03-28 11:29:35 +02:00
tracing.py feat(clients): Python client (#103) 2023-03-07 18:52:22 +01:00