You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FIrst of all, great research, I'm still trying to digest the whole contents.
This may or may not be a problem between chair and screen, but I can't go past pip install:
Command:
./venv/bin/pip install --use-pep517 -U git+https://github.com/ridgerchu/matmulfreellm
Collecting git+https://github.com/ridgerchu/matmulfreellm
Cloning https://github.com/ridgerchu/matmulfreellm to /tmp/pip-req-build-w157o7e_
Running command git clone --filter=blob:none --quiet https://github.com/ridgerchu/matmulfreellm /tmp/pip-req-build-w157o7e_
Resolved https://github.com/ridgerchu/matmulfreellm to commit 2dce718755d56d42772c89fa354371ab53d295f3
Installing build dependencies ... done
Getting requirements to build wheel ... error
error: subprocess-exited-with-error
× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> [20 lines of output]
Traceback (most recent call last):
File "/srv/data/ml-experiments/venv/lib64/python3.11/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 353, in<module>main()
File "/srv/data/ml-experiments/venv/lib64/python3.11/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 335, in main
json_out['return_val'] = hook(**hook_input['kwargs'])
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/srv/data/ml-experiments/venv/lib64/python3.11/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 118, in get_requires_for_build_wheel
return hook(config_settings)
^^^^^^^^^^^^^^^^^^^^^
File "/tmp/pip-build-env-_eq0n_9w/overlay/lib/python3.11/site-packages/setuptools/build_meta.py", line 325, in get_requires_for_build_wheel
return self._get_build_requires(config_settings, requirements=['wheel'])
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/tmp/pip-build-env-_eq0n_9w/overlay/lib/python3.11/site-packages/setuptools/build_meta.py", line 295, in _get_build_requires
self.run_setup()
File "/tmp/pip-build-env-_eq0n_9w/overlay/lib/python3.11/site-packages/setuptools/build_meta.py", line 487, in run_setup
super().run_setup(setup_script=setup_script)
File "/tmp/pip-build-env-_eq0n_9w/overlay/lib/python3.11/site-packages/setuptools/build_meta.py", line 311, in run_setup
exec(code, locals())
File "<string>", line 8, in<module>
ModuleNotFoundError: No module named 'torch'
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error
× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
Pip freeze (I'm trying to keep track of my dependencies with more than a version specifier):
Errata: is definitely a PICNIC (problem in chair not in computer), I re-ran in a containerized env that exlusively has python3.11 and worked out to be installed. There may be a problem when multiple python's are available in a system... But I can't be certain.
I'll close the issue myself, sorry for the noise 😅
python3.12/site-packages/mmfreelm/modules/fused_cross_entropy.py", line 20, in <module>
@triton.heuristics(
^^^^^^^^^^^^^^^^^
AttributeError: module 'triton' has no attribute 'heuristics'
FIrst of all, great research, I'm still trying to digest the whole contents.
This may or may not be a problem between chair and screen, but I can't go past
pip install
:Command:
Pip freeze (I'm trying to keep track of my dependencies with more than a version specifier):
I have torch available in the virtual env, which is the weirdest part of all:
This box does not have cuda (or nvidia drivers for that matter) installed.
The text was updated successfully, but these errors were encountered: