unclemusclez

Results 22 comments of unclemusclez

Is there an easy way to generate a dummy set of "SteamFriends/GetSteamFriends" data within the editor, and if not, would you consider adding it to the plugin? I am trying...

i used download.sh and the key they provide. that was the error i got. I would like to be able to convert for the future reference. Tried this on 3...

``` Model name: Meta-Llama-3-8B-Instruct Target float type: q40 Target file: dllama_meta-llama-3-8b-instruct_q40.bin ``` I assumed this script would work for all of the LLama3 models, but it does not. Any chance...

Yes. The script DOES NOT work with Instruct Models or CodeLLama Models. However, It DOES WORK for 8B, non-instruct, non-code models.

i am downloading models directly from the meta repository. In order to download these models, you need a key mailed to you. I run the download.sh script as provided. when...

i'll try this maybe i downloaded something wrong

what reasons is this not supported on Windows other than: `resource ` is a Unix specific package as seen in https://docs.python.org/2/library/resource.html which is why it worked for you in Ubuntu,...

> I've been testing this for a couple of weeks now - This is an absolute game changer for us AMD people - it works really well on my AMD...

trying this now with hf autotrain, AMD Radeon 7900XT Navi31 gfx1100 with `pip install git+https://github.com/XuehaiPan/nvitop.git` I still receive the errors: ```bash Your installed package `nvidia-ml-py` is corrupted. Skip patch functions...

this works for wsl2? > some more info. > > * You can build and install amdsmi python package fairly easily. > > > ```shell > # if on ubuntu...