auwsom

Results 55 comments of auwsom

fyi, downgrading worked.. Ubuntu has a conflict between `apt install nvidia-utils-515` and `apt install nvidia-cuda-toolkit`. The latter uninstalls 515 and the former uninstalls cuda. Have to manually install (https://askubuntu.com/questions/1424400/ubuntu-22-04-cannot-install-nvidia-utils-515-and-nvidia-cuda-toolkit).

If youre interested, I plan to use Dave Winer's @scripting (of Fargo and Little Outliner fame) Concord for editing and notetaking, and this tool which exports the opml files to...

Hi @mrwyattii, thanks for the reply. Thanks for the tip on the Hub usage. Here is the python output. ``` >>> print(torch.__version__) 1.12.1+cu116 >>> print(torch.cuda.is_available()) True ``` Here is the...

@mrwyattii `find -iname report` didnt find ds_report.py. is it somewhere not in the repo? rerunning pip with that pre-compile var gives the same error `FAILED: relu.cuda.o` (Also, it may be...

the only mention of ds_report is in this file: https://github.com/microsoft/DeepSpeed-MII/blob/16ea809285d60e6e28ca8ab773cd63b2183565fd/.github/workflows/nv-torch-latest-v100.yaml i see its in: https://github.com/microsoft/DeepSpeed/tree/master/bin

``` -------------------------------------------------- DeepSpeed C++/CUDA extension op report -------------------------------------------------- NOTE: Ops not installed will be just-in-time (JIT) compiled at runtime if needed. Op compatibility means that your system meet the required...

@mrwyattii interesting, I didn't originally install DeepSpeed, only DeepSpeed-MII. I cloned the repo yesteday just to run `../bin/ds_report`. But I also tried your precompile var `DS_BUILD_TRANSFORMER_INFERENCE=1 pip install deepspeed` which...

@mrwyattii thanks. I dont have enough space currently to install another torch (already have 2 installed, one from python default and the 11.6 for my nvidia drivers). I the meanwhile...

@mrwyattii also, sorry, I didnt realize that collapsing of the error above broke the formatting. It doesnt do that on GH Gist. So here it is again if it helps,...

@mrwyattii yes, that is the first error I included. That file is definitely not there. I have a VM image of Ubuntu 22.04 with the Kubuntu added on top of...