-
Hi,
I'm experiencing an error when using the ComfyUI-GGUF custom node with ComfyUI. The error occurs during image generation and seems related to the cast_to function receiving an unexpected keywor…
-
```shell
# fork官方仓库 https://github.com/ggerganov/llama.cpp.git 并下载项目至本地
git clone git@github.com:{your_own}/llama.cpp.git
# 进入项目,从master分支创建个人开发分支
cd llama.cpp
git checkout -b local_npu_support…
-
**Describe the bug**
Weird assertion error, but only on epoch 27 (tested 5 times now, crash is always the same spot, even if batch size is changed). Using main branch.
Error is this line:
```ru…
-
### Version
Yosys 0.45 (git sha1 9ed031ddd588442f22be13ce608547a5809b62f0, g++ 13.3.0 -fPIC -O3)
### On which OS did this happen?
Linux
### Reproduction Steps
Create any `design.v` file containin…
-
### Your question
"Hello! I'm using an Apple M1 chip, and I'm encountering MPS issues when running many nodes. Are there any solutions?"
### Logs
```powershell
!!! Exception during processing!!! Tr…
-
### Pre-requisites
- [X] I have double-checked my configuration
- [X] I can confirm the issues exists when I tested with `:latest`
- [ ] I'd like to contribute the fix myself (see [contributing guide…
-
code
```
fn check_file(file_path: &str) {
let Ok(content) = fs::read(file_path) else {
return;
};
let res = match image::load_from_memory(&content) {
Ok(res) => res,…
-
### Your current environment
```text
WARNING 06-13 04:15:46 _custom_ops.py:11] Failed to import from vllm._C with ImportError('/data/libs/vllm/vllm/_C.abi3.so: undefined symbol: _ZN5torch7LibraryC1E…
-
### Problem Description
The current ROCm documentation outlines methods to build/install TensorFlow2.
However, a crucial component for multi-GPU scaling is neglected, i.e. `horovod`.
Here, bui…
-
Giving this interesting tool a try as an external git diff tool, I have stumbled upon thich crash.
Note this only happen with `difft --display inline`, works fine with `difft`.
## A description …