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

Fix (skip) a pipeline test for RwkvModel #23444

Merged
merged 1 commit into from
May 18, 2023
Merged

Fix (skip) a pipeline test for RwkvModel #23444

merged 1 commit into from
May 18, 2023

Conversation

ydshieh
Copy link
Collaborator

@ydshieh ydshieh commented May 18, 2023

What does this PR do?

Fix (skip) a pipeline test for RwkvModel.

@ydshieh ydshieh requested a review from sgugger May 18, 2023 08:31
@@ -240,7 +240,11 @@ def run_pipeline_test(self, text_generator, _):
# We don't care about infinite range models.
# They already work.
# Skip this test for XGLM, since it uses sinusoidal positional embeddings which are resized on-the-fly.
if tokenizer.model_max_length < 10000 and "XGLM" not in tokenizer.__class__.__name__:
EXTRA_MODELS_CAN_HANDLE_LONG_INPUTS = ["RwkvForCausalLM", "XGLMForCausalLM"]
Copy link
Collaborator Author

@ydshieh ydshieh May 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I didn't go into the detail in Rwkv modeling, but long inputs works (at least here). However, it has tokenizer.model_max_length = 1024. Not sure if we want to change that value.

@HuggingFaceDocBuilderDev
Copy link

HuggingFaceDocBuilderDev commented May 18, 2023

The documentation is not available anymore as the PR was closed or merged.

Copy link
Collaborator

@sgugger sgugger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for fixing!

@ydshieh ydshieh merged commit 5777c3c into main May 18, 2023
@ydshieh ydshieh deleted the fix_rwkv_pipe branch May 18, 2023 12:54
sheonhan pushed a commit to sheonhan/transformers that referenced this pull request Jun 1, 2023
gojiteji pushed a commit to gojiteji/transformers that referenced this pull request Jun 5, 2023
novice03 pushed a commit to novice03/transformers that referenced this pull request Jun 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants