-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
☝️ Update Jetstream Pytorch revision (#91)
* feat(Jetstream PT): update git version * feat(jetstream_pt): drop prefill_ex method * feat(jetstream_pt): drop generate_ex method Now that decode takes a specialized method this is not necessary anymore. * refactor(Jetstream PT): drop HfEngine Now that sampling can be passed as parameter to prefill and generate, the custom engine is not required anymore. * review(Jetstream Pt): avoid double iteration on slots
- Loading branch information
1 parent
b25e973
commit 03b6573
Showing
4 changed files
with
28 additions
and
108 deletions.
There are no files selected for viewing
This file contains 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
83 changes: 0 additions & 83 deletions
83
text-generation-inference/server/text_generation_server/jetstream_pt_support/engine.py
This file was deleted.
Oops, something went wrong.
This file contains 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
This file contains 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