Sergey 'Jin' Bostandzhyan
Sergey 'Jin' Bostandzhyan
The behaviour got better, but I had one crash, unfortunately no trace. Just had it running, did not do anything special. The second crash happened when I logged in via...
Great, thank you! Seems to work so far, the crash is gone. Let's see if I come up with more traces till September ;)
Interestingly enough the above does not happen for me (using Pidgin), but then again I have only one room with 6 people where I'm in.
Hi, is there any timeline for this feature? Given the large number of `.safetensor` models the lack of a conversion tool does hurt...
@slaren responding to the test request. Since I learned that the only way this works on Fedora is to pass `CC=/usr/bin/hipcc CXX=/usr/bin/hipcc` I am now a bit confused on how...
> or Fedora's case set HIPCXX=/usr/bin/clang @GZGavinZhao but isn't this exactly what cause the segfault for me in #6031 ? When I was passing system's clang it crashed, when I...
> Ah sorry, `HIP_DEVICE_LIB_PATH` should be `/usr/lib/clang/17/amdgcn/bitcode`. Sorry my bad - I mispasted the `/`, so this is the "correct" run then: ``` $ HIPCXX=/usr/bin/clang HIP_PATH=/usr HIP_DEVICE_LIB_PATH=/usr/lib/clang/17/amdgcn/bitcode cmake .. -DLLAMA_HIPBLAS=ON...
Ok, passing the env vars to `make` made it build, although I have to say that this is not very intuitive since one usually expects that a `cmake` or `configure`...
Here it is: ``` HIP version : 6.0.32831- == hipconfig HIP_PATH : /usr ROCM_PATH : /usr HIP_COMPILER : clang HIP_PLATFORM : amd HIP_RUNTIME : rocclr CPP_CONFIG : -D__HIP_PLATFORM_HCC__= -D__HIP_PLATFORM_AMD__= -I/usr/include...
`HIPCXX=/usr/lib64/llvm17/bin/clang` seems to work, I get some `clang: warning: argument unused during compilation: '--offload-arch=gfx900' [-Wunused-command-line-argument]` during the build, but this does not seem to affect anything. The resulting binary did...