This website requires JavaScript.
Explore
Gist
Help
Register
Sign In
Mirrors
/
hf_text-generation-inference
mirror of
https://github.com/huggingface/text-generation-inference.git
Watch
1
Star
0
Fork
You've already forked hf_text-generation-inference
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
b291be64a0
hf_text-generation-inference
/
backends
/
trtllm
History
Morgan Funtowicz
b291be64a0
impl the rust backend which currently cannot move the actual computation in background thread
2024-07-12 19:26:32 +00:00
..
cmake
use external fmt lib
2024-07-12 19:24:59 +00:00
include
end to end ffi flow working
2024-07-12 19:25:40 +00:00
lib
remove fmt import
2024-07-12 19:24:09 +00:00
scripts
Overall build TRTLLM and deps through CMake build system
2024-07-02 17:16:27 +02:00
src
impl the rust backend which currently cannot move the actual computation in background thread
2024-07-12 19:26:32 +00:00
tests
First version loading engines and making it ready for inference
2024-07-03 21:12:24 +00:00
CMakeLists.txt
use external fmt lib
2024-07-12 19:24:59 +00:00
Cargo.toml
Enable end to end CMake build
2024-07-03 10:27:53 +02:00
build.rs
make sure to track include/ffi.h to trigger rebuild from cargo
2024-07-12 19:26:04 +00:00