text-generation-inference/server/text_generation_server
Nicolas Patry 49b4b33e80
feat(server): Update convert logic. (#483)
Should be more robust to shared tensors (ok when using
      `from_pretrained). But forcing us to add new checks in our loading
      code (since the chosen key to keep might be different from
      `transformers`).

---------

Co-authored-by: Ubuntu <ubuntu@ip-172-31-41-161.ec2.internal>
2023-06-23 12:40:46 +02:00
..
models feat(server): Update convert logic. (#483) 2023-06-23 12:40:46 +02:00
pb feat(server): clear cache on error (#143) 2023-03-28 11:29:35 +02:00
utils feat(server): Update convert logic. (#483) 2023-06-23 12:40:46 +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(server): support trust_remote_code (#363) 2023-05-23 20:40:39 +02:00
interceptor.py feat(clients): Python client (#103) 2023-03-07 18:52:22 +01:00
server.py feat(server): support vectorized warpers in flash causal lm (#317) 2023-05-26 12:30:27 +02:00
tracing.py feat(clients): Python client (#103) 2023-03-07 18:52:22 +01:00