-
Notifications
You must be signed in to change notification settings - Fork 445
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
ruGPT3XL_generation.ipynb not working #102
Comments
!DS_BUILD_CPU_ADAM=1 DS_BUILD_SPARSE_ATTN=1 pip install deepspeed Looking in indexes: https://pypi.org/simple, https://us-python.pkg.dev/colab-wheels/public/simple/ × python setup.py egg_info did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. × Encountered error while generating package metadata. note: This is an issue with the package mentioned above, not pip. Проверьте в гугл калабе не работает |
Установите версию triton
|
Если использовать конкретные версии из ruGPT3XL_finetune_example.ipynb, то ошибка та же: [/usr/local/lib/python3.8/dist-packages/triton/code_gen.py](https://localhost:8080/#) in _compile(self, device, attributes, constants, num_warps, num_stages, force_nc_cache, *wargs, **meta)
548 tt_device = _triton.driver.cu_device(device.index, False)
549 # Compile to machine code
--> 550 mod, ker, shared_mem, ir_asm = _triton.code_gen.add_passes_to_emit_bin(generator.module, tt_device, num_warps, num_stages, force_nc_cache)
551 if shared_mem > tt_device.max_shared_memory():
552 raise OutOfResources(shared_mem, tt_device.max_shared_memory(), "shared memory")
IndexError: map::at Но случайно после опытов у меня получилось заставить это запускаться: |
ruGPT3XL_generation doesn't work in Google Colab:
In cell
from src.xl_wrapper import RuGPT3XL
The text was updated successfully, but these errors were encountered: