text-generation-inference/server/text_generation_server/models
2024-06-10 10:23:52 -04:00
..
custom_modeling fix: refactor and move changes to v3 proto 2024-06-10 10:23:52 -04:00
__init__.py feat: first draft load multiple lora 2024-06-10 10:23:52 -04:00
bloom.py MI300 compatibility (#1764) 2024-05-17 15:30:47 +02:00
causal_lm.py server: use chunked inputs 2024-06-07 08:09:04 +02:00
flash_causal_lm.py fix: pass model_id for all flash causal lms 2024-06-10 10:23:52 -04:00
flash_cohere.py fix: pass model_id for all flash causal lms 2024-06-10 10:23:52 -04:00
flash_dbrx.py fix: pass model_id for all flash causal lms 2024-06-10 10:23:52 -04:00
flash_gemma.py fix: pass model_id for all flash causal lms 2024-06-10 10:23:52 -04:00
flash_gpt2.py fix: pass model_id for all flash causal lms 2024-06-10 10:23:52 -04:00
flash_llama.py fix: prefer adapter_data and refactors 2024-06-10 10:23:52 -04:00
flash_mistral.py fix: pass model_id for all flash causal lms 2024-06-10 10:23:52 -04:00
flash_mixtral.py fix: pass model_id for all flash causal lms 2024-06-10 10:23:52 -04:00
flash_neox.py fix: pass model_id for all flash causal lms 2024-06-10 10:23:52 -04:00
flash_phi.py fix: pass model_id for all flash causal lms 2024-06-10 10:23:52 -04:00
flash_qwen2.py fix: pass model_id for all flash causal lms 2024-06-10 10:23:52 -04:00
flash_rw.py fix: pass model_id for all flash causal lms 2024-06-10 10:23:52 -04:00
flash_santacoder.py fix: pass model_id for all flash causal lms 2024-06-10 10:23:52 -04:00
flash_starcoder2.py fix: pass model_id for all flash causal lms 2024-06-10 10:23:52 -04:00
galactica.py server: use chunked inputs 2024-06-07 08:09:04 +02:00
globals.py Purely refactors paged/attention into layers/attention and make hardware differences more obvious with 1 file per hardware. (#1986) 2024-05-31 17:57:01 +02:00
gpt_neox.py MLPSpeculator. (#1865) 2024-05-14 12:33:18 +02:00
idefics2.py MLPSpeculator. (#1865) 2024-05-14 12:33:18 +02:00
idefics_causal_lm.py server: use chunked inputs 2024-06-07 08:09:04 +02:00
idefics.py MLPSpeculator. (#1865) 2024-05-14 12:33:18 +02:00
llava_next.py MLPSpeculator. (#1865) 2024-05-14 12:33:18 +02:00
mamba.py server: use chunked inputs 2024-06-07 08:09:04 +02:00
model.py feat: perfer loraxs custom punica kernels and add mlp loras 2024-06-10 10:23:52 -04:00
mpt.py MLPSpeculator. (#1865) 2024-05-14 12:33:18 +02:00
opt.py MLPSpeculator. (#1865) 2024-05-14 12:33:18 +02:00
pali_gemma.py server: use chunked inputs 2024-06-07 08:09:04 +02:00
phi.py MLPSpeculator. (#1865) 2024-05-14 12:33:18 +02:00
rw.py MLPSpeculator. (#1865) 2024-05-14 12:33:18 +02:00
santacoder.py MLPSpeculator. (#1865) 2024-05-14 12:33:18 +02:00
seq2seq_lm.py server: use chunked inputs 2024-06-07 08:09:04 +02:00
t5.py MLPSpeculator. (#1865) 2024-05-14 12:33:18 +02:00
types.py chore: add pre-commit (#1569) 2024-02-16 11:58:58 +01:00
vlm_causal_lm.py server: use chunked inputs 2024-06-07 08:09:04 +02:00