text-generation-inference/server/text_generation_server/models
2023-05-15 23:36:30 +02:00
..
custom_modeling feat: add snapshot testing (#282) 2023-05-15 23:36:30 +02:00
__init__.py Hotfixes for santacoder/bigcode. (#294) 2023-05-15 10:35:20 +02:00
bloom.py feat: add snapshot testing (#282) 2023-05-15 23:36:30 +02:00
causal_lm.py feat(server): GPTQ quantization (step1) (#277) 2023-05-12 14:46:41 +02:00
flash_causal_lm.py feat(server): GPTQ quantization (step1) (#277) 2023-05-12 14:46:41 +02:00
flash_llama.py feat: add snapshot testing (#282) 2023-05-15 23:36:30 +02:00
flash_neox.py feat: add snapshot testing (#282) 2023-05-15 23:36:30 +02:00
flash_santacoder.py feat: add snapshot testing (#282) 2023-05-15 23:36:30 +02:00
galactica.py feat: add snapshot testing (#282) 2023-05-15 23:36:30 +02:00
gpt_neox.py feat: add snapshot testing (#282) 2023-05-15 23:36:30 +02:00
model.py Lifting check_unitialized. (#325) 2023-05-15 11:32:25 +02:00
opt.py feat: add snapshot testing (#282) 2023-05-15 23:36:30 +02:00
santacoder.py feat(server): GPTQ quantization (step1) (#277) 2023-05-12 14:46:41 +02:00
seq2seq_lm.py feat(server): GPTQ quantization (step1) (#277) 2023-05-12 14:46:41 +02:00
t5.py feat: add snapshot testing (#282) 2023-05-15 23:36:30 +02:00
types.py feat(router): drop requests when client closes the channel (#202) 2023-04-20 11:07:40 +02:00