This repository was archived by the owner on Jul 4, 2025. It is now read-only.
forked from NVIDIA/TensorRT-LLM
-
Notifications
You must be signed in to change notification settings - Fork 3
Implement Nitro on top of TensorRT-LLM C++ repo #2
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
65410e3 to
3a9a5af
Compare
dan-menlo
reviewed
Mar 8, 2024
cpp/tensorrt_llm/nitro/test.cc
Outdated
| void runBenchmark() | ||
| { | ||
| Tokenizer nitro_tokenizer("./tokenizer.model"); | ||
| std::vector<int> text_input = nitro_tokenizer.encode("How to survive in the Abyss chapter 1:\n\n "); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤦♂️
dc2d203 to
cd50a32
Compare
1263f2a to
e2dc677
Compare
e2dc677 to
28aa3da
Compare
13c33c1 to
c4c0d5e
Compare
706d4ee to
f62bd08
Compare
f62bd08 to
713b54b
Compare
ce6a657 to
2326e6d
Compare
24a48c4 to
f9ba94b
Compare
…-words Add naive hiding stop words case
Merge pull request #14 from janhq/10-epic-add-proper-handler-for-stop…
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Tensorrt llm nitro - rel