Henry Kroll III

Results 19 issues of Henry Kroll III

I got rid of the error by using iItem.isDisabled() instead, as suggested by the error message. Not sure if there are any adverse consequences. Affected version: Fedora package Cadence-1.0.0-0.17.20210316gitc146ff9.fc35.x86_64 Sorry...

I was having trouble launching Claudia from the Fedora, disro package: Cadence-1.0.0-0.17.20210316gitc146ff9.fc35.x86_64 So I hacked around the errors with the following [canvaspreviewframe.py.patch.txt](https://github.com/falkTX/Cadence/files/6978987/canvaspreviewframe.py.patch.txt) ``` $ claudia Using Tray Engine 'Qt' Traceback...

### Is there an existing issue for this? - [X] I have searched the existing issues and checked the recent builds/commits ### What would your feature do ? Install stable-diffusion-webui...

enhancement

With the recent git update, the `server --convert` option no longer works properly all the time. After the second and subsequent access to the server, it responds with Enter command:...

- [x] I have read the [contributing guidelines](https://github.com/ggerganov/llama.cpp/blob/master/CONTRIBUTING.md) - Self-reported review complexity: - [x] Low - [ ] Medium - [ ] High **Problem.** Using `llava-cli --image 1.jpg --image 2.jpg...`...

examples
Review Complexity : Low

### 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

# Prerequisites Please answer the following questions for yourself before submitting an issue. - [x] I am running the latest code. Development is very rapid so there are no tagged...

Tried installing whisper-jax today ``` pip install "jax[cuda12]==0.4.31" Successfully installed jax-0.4.31 pip install --upgrade --no-deps --force-reinstall git+https://github.com/sanchit-gandhi/whisper-jax.git Successfully installed whisper_jax-0.0.1 pip list|g jax 246:jax 0.4.32.dev20240828 247:jax-cuda12-pjrt 0.4.31 248:jax-cuda12-plugin 0.4.31 249:jaxlib...

#### Description Please start with one or two sentence description of what this pull request does. Fixes #61 by replacing missing `audioop` builtin with numpy for Python 3.13 If needed...

**Describe the bug** The audioop module is not compatible with Python 3.13. The audioop module was built-in module in earlier versions of Python. **To Reproduce** mimic3 "hello" **Expected behavior** "Hello"...

bug