-
### Checklist
- [ ] The issue exists after disabling all extensions
- [ ] The issue exists on a clean installation of webui
- [ ] The issue is caused by an extension, but I believe it is caused by a …
-
### Describe the bug
When using the windows desktop app, updates only happen once the app is closed. On app close windows UAC prompts if Zoo Modeling app should make changes to the computer. There is…
-
### Describe the bug
Hi, I'm trying to fine-tuning stabilityai/stable-diffusion-3-medium-diffusers and using [the official diffuser scripts](https://github.com/huggingface/diffusers/blob/main/example…
-
I tried to compile single_prefill_with_kv_cache using torch.compile.
```Python
import torch
from flashinfer import single_prefill_with_kv_cache
data_type = torch.bfloat16
QH=64
KH=8
S=1024
…
-
## 🐛 Bug
I am trying to work with Jiutian 13.9b MoE model.But getting error in model compilation step.
## To Reproduce
Steps to reproduce the behavior:
1.
pip install --pre -U -f https://…
-
**Describe the bug**
GUI app exitting before properly starts
**To Reproduce**
click green tunnel
**Expected behavior**
running normally
**Screenshots**
![image](https://github.com/Sadeg…
ijash updated
1 month ago
-
Create GH-Action for creation of evaluation reports and projects
* Create it in a separate branch (e.g. _CreateReports_)
* The action should be triggered either on demand or after pushing into the _…
-
```
Hi Folks!
Sometimes when i call "setAndBindContentView" in onCreate of an activity i get
the following Exception.
Caused by: java.lang.NullPointerException
at gueei.binding.Observable.notifyCha…
-
### What happened?
I am running on Rocm with 4 x Instinct MI100.
Only when using `--split-mode row` mode I get a Address boundary error.
llama.cpp was working when I had a XGMI GPU Bridge working w…
-
When I add following code in script train.py (function init_model) to count LLM parameters
```
params_llm = 0
for k,v in llm_model.named_parameters():
print(k, v.shape, v.numel())
…