-
Notifications
You must be signed in to change notification settings - Fork 932
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
After installing docline using pip while trying the sample code- its giving torch transformer compatibility issue #715
Comments
@PanchamiPrasannakumar have you tried this? 672 |
Not sure @PanchamiPrasannakumar . I was doing something like this #653 (comment) |
You could check |
Name: torch |
I think your architecture is no longer supported by the recent torch releases (we are now at 2.5.2). You could try installing numpy 1.x explicitly. pip install "numpy<2.0.0" |
I have the same issue here:
The O.S. is macOS Sequoia 15.1.1 Chip Apple M1 Pro and the Terminal is "open with Rosetta" [1]. |
Bug
ng_rt_detr.py", line 1597, in wrapper
if not torch.compiler.is_compiling():
^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'torch.compiler' has no attribute 'is_compiling'
The text was updated successfully, but these errors were encountered: