hf_text-generation-inference/server/text_generation_server/models
OlivierDehaene 343437c7b5
feat(router): add device and dtype info (#215)
2023-04-21 15:36:29 +02:00
..
custom_modeling feat(server): support quantization for flash models (#200) 2023-04-19 12:51:11 +02:00
__init__.py feat(router): add git sha to info route (#208) 2023-04-19 21:36:59 +02:00
bloom.py feat(router): add device and dtype info (#215) 2023-04-21 15:36:29 +02:00
causal_lm.py feat(router): add device and dtype info (#215) 2023-04-21 15:36:29 +02:00
flash_causal_lm.py feat(router): add device and dtype info (#215) 2023-04-21 15:36:29 +02:00
flash_llama.py feat(router): add device and dtype info (#215) 2023-04-21 15:36:29 +02:00
flash_neox.py feat(router): add device and dtype info (#215) 2023-04-21 15:36:29 +02:00
flash_santacoder.py feat(router): add device and dtype info (#215) 2023-04-21 15:36:29 +02:00
galactica.py feat(router): add device and dtype info (#215) 2023-04-21 15:36:29 +02:00
gpt_neox.py feat(router): add device and dtype info (#215) 2023-04-21 15:36:29 +02:00
model.py feat(router): add device and dtype info (#215) 2023-04-21 15:36:29 +02:00
opt.py feat(router): add device and dtype info (#215) 2023-04-21 15:36:29 +02:00
santacoder.py feat(router): add device and dtype info (#215) 2023-04-21 15:36:29 +02:00
seq2seq_lm.py feat(router): add device and dtype info (#215) 2023-04-21 15:36:29 +02:00
t5.py feat(router): add device and dtype info (#215) 2023-04-21 15:36:29 +02:00
types.py feat(router): drop requests when client closes the channel (#202) 2023-04-20 11:07:40 +02:00