charleswg

Results 10 issues of charleswg

First xmr-stak-cpu and xmr-stak-nvidia works well in linux, which is rock solid stable. I tried xmr-stak-amd and for some reason it just keep crashing my Windows 10 PC. It has...

First of all, thank you very much for releasing the data. I've noticed that there're multiple labels (1-5) in the mask. What is the meaning of each labels?

I found that it doesn't load model for some reason. Maybe it's windows specific? A quick fix change path checking in predict function from: assert os.path.exists(self.params.modelPath) to assert os.path.exists(os.path.dirname(self.params.modelPath)) But...

Usually data censoring is done with percentage to take into account of patient dropout during the study instead of just at the end of the study. I've added a censoring...

![Losses](https://github.com/user-attachments/assets/99f47a89-3377-45b4-a8ce-4055a5125613)

### System Info For some reason, it seems really slow. I checked my CPU usage is quite high (100%) but my GPU are half loaded in VRAM and they're reporting...

Question

### Prerequisites - [X] I am running the latest code. Mention the version if possible as well. - [X] I carefully followed the [README.md](https://github.com/ggerganov/llama.cpp/blob/master/README.md). - [X] I searched using keywords...

enhancement
stale

### Contact Details _No response_ ### What happened? C:\llamafile-0.8.13\bin>llamafile.exe -m \models\Karsh-CAI\Qwen2.5-32B-AGI-Q4_K_M-GGUF\qwen2.5-32b-agi-q4_k_m.gguf -ngl 99 -c 65536 --rope-scaling yarn --rope-scale 4 error: unknown argument: --rope-scale llamafile -h showed they're valid arguments. --rope-scaling...

bug
high severity

I wonder if there's any reason why we cannot just set an affinity of a model to a GPU if we have multiple? That to me would simplify it as...

Using qwen.preset.json and lm-studio 0.2.8 (it supports AVX), it says invalid model config. Error must not have additional properties. File contains unknown property: "min_p" Does qwen 2.5 requires a different...