Parveen Kumar

Results 2 comments of Parveen Kumar

This is because of mapping over `[...data, ...data, ...data, ...data]` that's why posts are shown 4 times. This can be resolved by simply mapping over `data`.

cuda version i'm using `v12.4`, `windows 10` i think it will also work with windows 11 I have tried this from Windows PowerShell and it works for me ``` $env:CMAKE_ARGS="-DLLAMA_CUBLAS=on"...