Saeed

Results 31 comments of Saeed

ok, I want to report an error that occurred while building the source code. I ran `./babs.sh -b` and after 1.5 hours, this is the error message I see: ```...

@lamikr , I think the error I am seeing might be related to https://github.com/spack/spack/issues/45411 but not sure how I implement the fix here. Let me know. thanks!

Quick update. Installation is working after I remove all nvidia drivers and restart my PC. ``` sudo apt-get purge nvidia* sudo apt-get autoremove sudo apt-get autoclean ``` Now, Ubuntu is...

Finally, ROCM SDK was installed on my PC after 5 hours. It takes ~90GB of space in rocm_sdk_builder, 8.5GB in the triton folder, ~2GB in the lib/x86_64-linux-gnu folder (mostly LLVM)...

here are the benchmark results. I think the flash attention test failed. ``` ./run_and_save_benchmarks.sh Timestamp for benchmark results: 20241121_190404 Saving to file: 20241121_190404_cpu_vs_gpu_simple.txt Benchmarking CPU and GPUs Pytorch version: 2.4.1...

that error above is causing llama.cpp not to run any models on GPU. Let me file a bug.

Hello @lamikr , I checked docker hub and they have a limit of 2GB. Since it is not enough for this container, I can suggest that you create a compressed...

Thank you! I will try it tomorrow.

Hello @mgoin , yes, at the time of this PR submission, I did not have my signature (DCO) in it. I was not able to add my signature to this...

I will look into this PR this weekend.