text-generation-inference/server/text_generation_server
drbh c1cf36c0dc
Improve qwen vl impl (#2943)
* feat: refactor model, improve startup and re enable tests

* fix: improve multimodal rotary embed caching

* fix: limit vision flop calc to qwen2 vl models and update config typing

* fix: include clippy lint

* feat: refactor position ids in warmup and bump tests

* fix: prefer default dtype

* fix: enable all cuda graphs and bump snapshots

* fix: adjust rotaty init path

* fix: simplify get position ids and remove usused vision config

* fix: update position ids so first dim is batch, simplify rotary and bump vlm default token limit

* fix: improve position id init during cuda warmup for mrope and simplfy rotary forward

* fix: check existance before accessing rope type in cuda warmup

* fix: check key before access

* fix: improve mrope check in cuda graph warmup

* fix: remove check for default rope type

* fix: add more test and improve model generation

* fix: improve and simplify get_cos_sin, refactors and cleanup  get_position_ids

* fix: adjust signatures with types
2025-02-04 12:44:18 -05:00
..
adapters feat: improve star coder to support multi lora layers (#2883) 2025-01-16 16:23:55 -05:00
layers Improve qwen vl impl (#2943) 2025-02-04 12:44:18 -05:00
models Improve qwen vl impl (#2943) 2025-02-04 12:44:18 -05:00
pb chore: add pre-commit (#1569) 2024-02-16 11:58:58 +01:00
utils Add deepseekv3 (#2968) 2025-01-30 16:40:25 +01:00
__init__.py feat(clients): Python client (#103) 2023-03-07 18:52:22 +01:00
cache.py fix(server): decrease memory fragmentation (#557) 2023-07-06 14:28:33 +02:00
cli.py Fixing TRTLLM dockerfile. (#2922) 2025-01-20 11:13:46 +01:00
interceptor.py feat: prefill chunking (#2600) 2024-10-16 12:49:33 +02:00
server.py Tmp tp transformers (#2942) 2025-01-23 18:07:30 +01:00
tracing.py Add OTLP Service Name Environment Variable (#2076) 2024-06-25 09:33:01 +02:00