Aaryaman Vasishta

Results 25 comments of Aaryaman Vasishta

Yeah, something like what you described. But it's not necessary that User 2 needs to be an owner of a project. It can probably be any email address.

Sounds cool! Thanks for your help :) Since it's OSS, maybe someone might do a PR ;)

I would hazard a guess that this this is due to a variable `theme_vcs_pageview_mode` being set to a blank string or something, causing a "...//..." to be in the URL...

Thank you for your quick reply! No worries at all. I really appreciate the work you guys are doing. :) I'll send an email if there's any more feedback from...

Thanks @alexanderguzhva ! That would be much appreciated.

> Thanks for the suggestions, folks. We're going to look into this. > > Any recommendations on a specific AMD card we should use for dev and testing? We could...

So I managed to get llamafile compiling ggml-cuda.so using HIP but it fails at runtime: ``` building ggml-cuda with nvcc -arch=native... /usr/bin/hipcc -march=native --shared -use_fast_math -fPIC -O3 -march=native -mtune=native -DNDEBUG...

@github12101 @batfasturd try this PR for linux? https://github.com/Mozilla-Ocho/llamafile/pull/122 I've compiled the binary. Let me attach it [llamafile_hip_linux.zip](https://github.com/Mozilla-Ocho/llamafile/files/13750032/llamafile_hip_linux.zip)

> > @github12101 @batfasturd try this PR for linux? #122 > > I've compiled the binary. Let me attach it [llamafile_hip_linux.zip](https://github.com/Mozilla-Ocho/llamafile/files/13750032/llamafile_hip_linux.zip) > > My apologies but I don't know how...

> The RX 560 may be slower in part because it's using the fallback code for `__dp4a()` and its isa lacks a corresponding opcode and the compiler may not be...