Go
Home
Pricing
FAQ
Install
Home
Pricing
FAQ
Install
Login
via GitHub
huggingface/text-generation-inference
Pull Requests
Commits
trtllm/executor_stats
20250708-ci-fixes
add_L4
add_api_key
add_batch_dimension
add_chunked_atn
add_chunked_attn
add_deepseekv3
add_gptq_docs
add_integration_test
add_readme_dashboard
add_tunable_prefill
add_vlm_chunking
add-chat-response-format
add-google-cloud-provider
add-quickstart-script
add-rotary-embed-tests
add-small-ttft-script
add-test-for-warmup-and-kvcache
adding_docs
adjust-mllama-test-output
adjust-where-request-max-tokens-is-defaulted
aiter_kernels
amd-ci-fx
auto_length
automodel-supports-flash-paged-attention
avoid-cuda-graph-during-warmup-if-oom
avoid-zero-seed
backends/trtllm
backends/trtllm-executor
baichuan2-13b
bnb4
bugfix/add_tools_prompt
bugfix/moe-kernels-imports
bugfix/phi-exl2
bump-client-0.6.2
bump-kernel-versions
bump-poetry-and-requirements
chunked_attn_l4
ci_amd
ci_amd2
ci_amd3
ci_amd4
ci2
ci-amihalik-update-chat-completion-messages
ci-new-cluster
ci-patch
ci-run-openai-function-calling-compatible-support
ci-update_xpu_image
ci-xpu
ci-xpu2
close_dl_thread
compat_logger
compile-grammar-in-router
cuda_ipc_allreduce
debug/gemma2
debug-gpt2
debug-request-id
debug-torch-23
debugging-timeouts
deploy/aml
dev
development-guide
dummy
enable_non_divisible_embeddings
enable-non-grammar-constrained-tools
enable-qwen2vl-video
enable-transformers-vlm
exl2
experiment/moe
explore-static-triton-kernels
explore-t4-gemma-issues
feat/add-load-test
feat/attention_sinks
feat/backend_abstraction
feat/backend_feature
feat/better_tokens
feat/cuda_12
feat/flash_decoding
feat/improve_max_tokens
feat/max_queue_size
feat/page_re_alloc
feat/parse_logs
feat/support_deepspeed
feat-backend-llamacpp
feature/machete
feature/moe-kernels
feature/no_repeat_ngram_size_ci
feature/no_repeat_ngram_size
feature/phi-3-small
feature/prefix
feature/radix-prefix-cache
feature/radix-prefix-cache-bench
feature/vlm-prefix-caching
fix/allow-top-p-0
fix/avoid_record_streams
fix_default_arg
fix_exl2
fix_fp8_llama3.2
fix_leak
fix_mistral2
fix_neox_rotary_emb
fix/op-trace-id
fix/parse-mamba-config
fix_phi3
fix-cudagraph-bug
fix-gemma-tokenization
fix-grammar-cleanup-bug
fix-grammar-fsm-batching
fix-mixtral-adapter-loading
fix-release-tests
fix-repack-for-marlin
fix-tool-call-def
fix-tp
fix-version-install
flashinfer
flashinfer-0.2.5
fp8_kvcache
fp8_rocm
gaudi_llama4_tmp
git_v2.1.0
git_v2.1.1
git_v2.2.0
git_v2.3.0
git_v2.3.1
git_v2.4.0
git_v2.4.1
git_v3.0.0
git_v3.0.1
git_v3.0.2
git_v3.1.0
git_v3.2.2
git_v3.2.3
git_v3.3.3
git_v3.3.4
git_v3.3.5
git_2.0.4
git_3.1.1
git_3.2.0
git_3.2.1
git_3.3.0
git_3.3.1
git_3.3.2
improve_defaults
improve_launcher_defaults
improve-docs
improve-dynamic-message-content
improve-json-schema-field
improve-tool-call-and-response-ids
inlcude-latest-release-on-commit-builds-tags
ipex-moe
kvrouter
kvrouter-endpoints
llama-fused-compiled-mlp
main
maintenance/docker-network
maintenance/merge-vlm-input-prep
mamba2
martinigoyanes-fix-frequency-penalty
medusa
megatron
message-more-info
mi300-temp
mllama
model_compat_log
more_logs
multi-lora
new_minor_version
nix/cargo-clippy
nix/docker2
nix_integration_tests
nix/pytorch-2.5.1
nix_test2
no_root_user
no_root_user2
op-compilation-benchmarking
origin/slind_window_fix
osanseviero-patch-1
pip-installable
pr-1869-ci-run
pr-2076-ci-run
pr-2290-ci-runner
pr-2366-ci-branch
pr-2444-ci-branch
pr-2517-ci-branch
pr-2711-ci-branch
pr-2784-ci-branch
pr-2840-ci-branch
pr-2954-ci-branch
pr-3002-ci-branch
pr-3004-ci-branch
pr-3018-ci-branch
precompile-kernels-workflow
prefix_chunk
prefix_default
proxy_sse_engine_state
quantization
quantization-0.1
refactor-lora-linear
release-3.2.4
remove_post_load_weights
response-header-metrics
revert
rocm_6.2_fixes
rocm-ci-build
router-grammar-compile
s3-cache
self-generating-docs
set-num-blocks
simpler_exllama
skip-mistral-test
speculative
streaming_conceptual
support-granite-vision
support-logit-bias-in-chat
support-phi3-small
support-phi-model
support-pre-compile-kernels
temp_work
test_docs
test_rocm
test-batch-speedup-amount
tmp_invariants
tmp_medusa
tmp_torch_compile
transformers-ci
triton_fix
trtllm/executor_stats
trtllm-stop-words
tuna
update_docs2
update_internal_version
update_peft
update_readme
update-flake-deps-and-logit-processor
update-jsonschema
upgrade_mlp_speculator
upgrade-outlines
use_g6
use_updated_kernels
vllm/setup
zstd
feat(trtllm): fix logits retrieval
mfuntowicz
committed
1 year ago
b653605e
feat(trtllm): expose finish reason to Rust
mfuntowicz
committed
1 year ago
60059b69
misc(backend): fix reborrowing Pin<&mut T> as described in the doc https://doc.rust-lang.org/stable/std/pin/struct.Pin.html#method.as_mut
mfuntowicz
committed
1 year ago
f0cd4742
feat(backend): fix missing "0" field access
mfuntowicz
committed
1 year ago
049f4acd
feat(backend): make sure we can easily cancel request on the executor
mfuntowicz
committed
1 year ago
b3cd5ea0
feat(backend) fix moving backend when pulling
mfuntowicz
committed
1 year ago
300f6c6f
effectively cancel the request on the executor
mfuntowicz
committed
1 year ago
460f290d
chore(trtllm): update dependency towards 0.15.0
mfuntowicz
committed
1 year ago
b6dbf605
test(backend): more test coverage
mfuntowicz
committed
1 year ago
cc6bc339
feat(backend): remove constexpig
mfuntowicz
committed
1 year ago
62530649
feat(backend): remove constexpr from par
mfuntowicz
committed
1 year ago
881527a5
test(backend): add more unittest
mfuntowicz
committed
1 year ago
ad3ed0d1
feat(backend): add guard to multiple header definitions
mfuntowicz
committed
1 year ago
c94b9de4
feat(backend): fix main.rs retrieving the tokenizer
mfuntowicz
committed
1 year ago
16ba2f5a
feat(backend): make backend_workspace_t::engines_folder constexpr
mfuntowicz
committed
1 year ago
874bc28d
feat(backend): impl missing generation_step_t as return value of pull_tokens
mfuntowicz
committed
1 year ago
2f8634ec
feat(backend): fix backend_exception_t -> backend_error_t naming
mfuntowicz
committed
1 year ago
a7bad25c
feat(backend): allow overriding which Python to use
mfuntowicz
committed
1 year ago
879e1a41
feat(backend): use latest trtllm main version to have g++ >= 13 compatibility
mfuntowicz
committed
1 year ago
71e700a6
feat(backend): more impl
mfuntowicz
committed
1 year ago
fd7e2b5b
feat(backend): delete previous backend impl
mfuntowicz
committed
1 year ago
df99164d
feat(backend): introduce backend_workspace_t to store precomputed information from the engine folder
mfuntowicz
committed
1 year ago
25c6bbe1
feat(backend): missing return statement
mfuntowicz
committed
1 year ago
702dc9cd
feat(backend): enable compiler warning if support for RVO not applying
mfuntowicz
committed
1 year ago
87272ffe
feat(backend): added some logging
mfuntowicz
committed
1 year ago
9bb63097
feat(backend): remove all the logs from hardware.hpp
mfuntowicz
committed
1 year ago
6d356575
feat(backend): initial rewrite of the backend for simplicity
mfuntowicz
committed
1 year ago
3a2698fb
test(ctest) enable address sanitizer
mfuntowicz
committed
1 year ago
1830fe88
feat(hardware) enable new hardware.hpp and unittests
mfuntowicz
committed
1 year ago
7a81040d
misc(cmake) update dependencies
mfuntowicz
committed
1 year ago
0f17415d
Older