EmilioZhao
EmilioZhao
> Yeah, `http_archive` is deprecated: > > ``` > Deprecated. load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") for a drop-in replacement. > ``` > I'm happy to review pull requests :) Then how to fix...
@KirkDybvik Thanks for your attention, Kirk :) For your questions, here is my opinions: > * possibly consider 2 methods for point-to-polyline. One for "local" distances (like items within sensor...
> I’m working on this and will hopefully upstream it next week. We have eagle spec decoding now without tree decoding. To support tree decoding we also need the kernel...
Thanks a lot! We'll try Medusa list decoding first.
Same error: **pull access denied**, Anybody here to help?? @kaiyux @Shixiaowei02
> Could you run > > make -C docker build > successfully? Hi @byshiue ! Is your suggestion just launch the docker built by `make -C docker build` instead of...
After executing commands: ``` cd exammples/llama pip install -r requirements.txt ``` pip complained: ``` ERROR: pip's dependency resolver does not currently take into account all the packages that are installed....
> After executing commands: > > ``` > cd exammples/llama > pip install -r requirements.txt > ``` > > pip complained: > > ``` > ERROR: pip's dependency resolver does...
Mabye because of incompatibility of Numpy , I encountered an error in building stage: ``` trtllm-build --checkpoint_dir ./bloom/560M/trt_ckpt/fp16/1-gpu/ \ root@trtllm-devel 07:46:54 --gemm_plugin float16 \ --output_dir ./bloom/560M/trt_engines/fp16/1-gpu/ [TensorRT-LLM] TensorRT-LLM version: 0.13.0.dev2024090300...
What's the root cause of this issue? We've met the same issue and cannot upgrade TensorRT from 8.6 to 10.01 in production environment. Are there any other solutions?