Conversation
fd11549 to
9c0b59a
Compare
|
@ArthurZucker I have this error that we discussed in |
|
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
|
cc @Cyrilvallez as well! |
df4a92d to
0dabca3
Compare
There was a problem hiding this comment.
@ArthurZucker I added the second part of the check here to pass the test, it does not seem to create any missed imports so I let it but maybe it has unwanted consequences.
There was a problem hiding this comment.
Ha nice @aymeric-roucher, indeed I forgot about built-ins when adding this! Thanks for correcting it! If you only check for if dependency in self.all_definitions, it should be enough though no? Built-ins will never be added to self.all_definitions during visit, so it would avoid having the large list
There was a problem hiding this comment.
It's done! ✅
fea2ddf to
e5038aa
Compare
8908df0 to
7922635
Compare
68996e3 to
c0f5774
Compare
|
I'm unable to run the processor of this model in vLLM: Perhaps we need to add the |
|
This also happens with vanilla Transformers. Let me open a new issue on this. Edit: Opened #35768 |

What does this PR do?
Add rhymes-ai/Aria to transformers!
@ArthurZucker