This repository was archived by the owner on Jun 15, 2026. It is now read-only.
Update transformer and tokenizer in setup.py to new versions#23
Open
amit2kesari wants to merge 2 commits into
Open
Update transformer and tokenizer in setup.py to new versions#23amit2kesari wants to merge 2 commits into
amit2kesari wants to merge 2 commits into
Conversation
Member
|
Thanks for the PR, @amit2kesari. |
Author
|
Hello Young Jin,
Yes, we run pruning and quantization job which work correctly with the newest transformer and tokenizer versions.
If you wish you can try with your specific use cases/test cases as well.
Regards
From: Young Jin Kim ***@***.***>
Date: Wednesday, 17 January 2024 at 12:20 PM
To: microsoft/fastformers ***@***.***>
Cc: Amit Kesari ***@***.***>, Mention ***@***.***>
Subject: Re: [microsoft/fastformers] Update transformer and tokenizer in setup.py to new versions (PR #23)
Thanks for the PR, @amit2kesari<https://github.com/amit2kesari>.
Do you know if the models work correctly with the latest transofrmers and tokenizer?
—
Reply to this email directly, view it on GitHub<#23 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BBRMRUC3VCNI4MXU7REWSUDYO5X6DAVCNFSM6AAAAABBZ32HH6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQOJVGEZTENBXHA>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
Amit Kesari
Product Engineer | Engineering - Others/Shared | Gurugram | Sprinklr<https://www.sprinklr.com/?utm_medium=email&utm_source=signatures&utm_campaign=GLOBAL____employee-email-sig>
| LinkedIn<https://www.linkedin.com/in/https://www.linkedin.com/in/amitkesari2000/>
Un-siloed teams. Happier customers.™
[cid:sprinklr_signature_2(1)_ceca8167-bc9e-4801-a8a0-e17733f68ed6.gif]<https://www.sprinklr.com/?utm_medium=email&utm_source=signatures&utm_campaign=GLOBAL____employee-email-sig>
|
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
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.
Due to older version of transformer it was facing issues and was asking to install rust in the docker image. When I installed rust still it was giving issues for pyo3 due to network calls.
The newer versions are building the docker image correctly!
Error traceback: