Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update transformers #542

Open
wants to merge 36 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
dd188b0
Unpin transformers version
loadams Jul 25, 2024
11839bc
Update model support (#429)
mrwyattii Jul 25, 2024
416d4cc
Update version.txt (#511)
loadams Jul 25, 2024
036b9d9
Test with transformers v4.43.0
loadams Jul 25, 2024
ba9c26f
Fix scheduling for non-persistent pipeline (#515)
tohtana Aug 5, 2024
24c42b5
Add Kubernetes health check route to REST server (#445)
richiejp Aug 21, 2024
ab5b2ba
Update in advance of pydantic PR
loadams Aug 22, 2024
b285e81
Pydantic v2 migration (#423)
mrwyattii Aug 22, 2024
3ab2d05
Update version.txt after 0.3.0 release (#520)
loadams Aug 22, 2024
9bc5f96
Update supported model list (#519)
tohtana Aug 22, 2024
7185697
Enable streaming option in the OpenAI API server (#480)
adk9 Sep 3, 2024
d2c93b3
Fix missing pydantic updates in legacy mii code (#524)
loadams Sep 11, 2024
a5b443f
Update docker container version (#533)
loadams Oct 28, 2024
87e9b0d
Update CODEOWNERS (#535)
loadams Oct 29, 2024
2b08ace
Update labels to acquire new runners (#534)
loadams Oct 29, 2024
4a3467e
Test with latest transformers
loadams Oct 29, 2024
6079f9c
Update path triggers that were incorrect before (#537)
loadams Oct 30, 2024
61c326a
Update clang-format version to match DeepSpeed (#538)
loadams Oct 30, 2024
7fe9106
Update version.txt (#539)
loadams Oct 30, 2024
6c29dc6
Test pinning to 4.43.4
loadams Oct 31, 2024
87e1d87
Update to latest transformers
loadams Oct 31, 2024
ab92351
Update to version where only the zero-shot-image-classification fails
loadams Nov 7, 2024
6525bd3
Revert certain changes
loadams Nov 7, 2024
efb14e0
Add other debugging
loadams Nov 7, 2024
3a0c215
pre-commit
loadams Nov 7, 2024
6fc890b
Confirm replacement of inference_pipeline.model with engine causes pr…
loadams Nov 8, 2024
71331eb
Formatting
loadams Nov 8, 2024
123d16b
yapf
loadams Nov 8, 2024
6e57003
Update code
loadams Nov 8, 2024
936e2b1
Skip zero-shot tests for now
loadams Nov 8, 2024
75b90c8
Unpin transformers
loadams Nov 8, 2024
825c072
Test branch working around Bloom errors
loadams Nov 20, 2024
d71a7b0
Update CODEOWNERS file (#552)
loadams Jan 24, 2025
508906a
Update contributing language on README for CLA->DCO (#554)
loadams Feb 7, 2025
3c9c706
Update references due to DeepSpeed* GH repo move (#553)
loadams Feb 7, 2025
4518e1a
Merge conflicts
loadams Feb 7, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update CODEOWNERS file (#552)
Signed-off-by: Logan Adams <[email protected]>
loadams committed Feb 7, 2025
commit d71a7b0ca762a3fd892f326c1048897f352e49e1
2 changes: 1 addition & 1 deletion CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @tohtana @tjruwase @awan-10 @loadams
* @tohtana @tjruwase @loadams