TensorNVMe icon indicating copy to clipboard operation
TensorNVMe copied to clipboard

A Python library transfers PyTorch tensors between CPU and NVMe

Results 6 TensorNVMe issues
Sort by recently updated
recently updated
newest added

how to solve this problem without root priority when installing tensornvme?

I see that this library is not using DirectIO to flush out the weights to disk: this->fd = open(filename.c_str(), O_RDWR | O_CREAT, S_IRUSR | S_IWUSR); Will this kill the page...

When following the installation guide: `pip install -v --no-cache-dir .` runs into an error: ``` File "/tmp/pip-build-env-st_ff5dz/overlay/lib/python3.12/site-packages/setuptools/build_meta.py", line 438, in build_wheel return _build(['bdist_wheel', '--dist-info-dir', str(metadata_directory)]) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/tmp/pip-build-env-st_ff5dz/overlay/lib/python3.12/site-packages/setuptools/build_meta.py", line 426,...

how to fix it?Should I lower the version, and if so, to what version?

![image](https://github.com/user-attachments/assets/2b84ea7a-3005-4c4c-950e-6e038f3b20b5)

Help me! (venv) user@DESKTOP-ULK7M66:~/Open-Sora$ pip install git+https://github.com/hpcaitech/TensorNVMe.git Collecting git+https://github.com/hpcaitech/TensorNVMe.git Cloning https://github.com/hpcaitech/TensorNVMe.git to /tmp/pip-req-build-64o7_c6v Running command git clone --filter=blob:none --quiet https://github.com/hpcaitech/TensorNVMe.git /tmp/pip-req-build-64o7_c6v Resolved https://github.com/hpcaitech/TensorNVMe.git to commit 6403388f7c8929f43e407c8f7f39c6453d78c5d4 Preparing metadata (setup.py) ......