Replace HuggingFaceTokenizer in AmazonSageMakerJumpstartPromptDriver with SimpleTokenizer #1460
Open
1 task done
Labels
type:enhancement
Improvements to existing features
Milestone
Is your feature request related to a problem? Please describe.
HuggingFaceTokenizer making requests to https://huggingface.co/{model_name} which is restricted without an access token.
Describe the solution you'd like
Replace HuggingFaceTokenizer with SimpleTokenizer in AmazonSageMakerJumpstartPromptDriver.
Describe alternatives you've considered
Describe in docs and example how to get and pass token which using AmazonSageMakerJumpstartPromptDriver.
Additional context
This replacement also will allow to remove 'transformers' from drivers-prompt-amazon-sagemaker extra.
The text was updated successfully, but these errors were encountered: