-
This bug was found in the PyTorch 2.0 trace suite sweep for ttnn.concat.
```
Exception: TT_FATAL @ ../tt_metal/impl/buffers/buffer.cpp:38: valid_page_size
info:
For valid non-interleaved buffers…
-
```
Exception: TT_FATAL @ ../tt_metal/impl/buffers/buffer.cpp:31: size != 0 and page_size != 0
info:
Buffer size and page size should be larger than 0 bytes!
backtrace:
--- /home/ubuntu/actions-…
-
# Feature or enhancement
### Proposal:
Currently, when `PYTHONHOME` is wrong, python says `ModuleNotFoundError: No module named 'encodings'`. This is error makes it sound like a module is missin…
-
## Steps to reproduce the failure
I'm using Python 3.13.0 from Homebrew on macOS 15.1. I'm using `bash`. One minor reason for migrating from Linux to macOS was in fact, Pomodorouboros! All absolute…
-
I have:
```python
RQ_QUEUES = {
"default": {
"DEFAULT_TIMEOUT": datetime.timedelta(hours=1).seconds,
"URL": REDIS_URL,
}
}
if REDIS_URL.startswith("rediss://"): # …
-
On ubuntu 22.04
tried all varients of python 3.10<
but
```
conda create --name nemo python==3.10.12
conda activate nemo
apt-get update && apt-get install -y libsndfile1 ffmpeg
pip install Cython p…
-
Hi all,
I was trying to use openpyxl to create some Excel sheets and got a HostException (which is an NPE):
```
Traceback (most recent call last):
File "Unnamed", line 1, in
…
-
When I add a sample audio, I get the following error:
```
Traceback (most recent call last):
File "C:\Users\David\AppData\Local\Programs\Python\Python310\lib\site-packages\gradio\queueing.py", …
-
python3.12 security update
Severity: moderate
Description
Python 3.12 is an accessible, high-level, dynamically typed, interpreted programming language, designed with an emphasis on code readability. …
-
## Describe the bug
A exception is raise when running some tasks on 13 hosts. I do not get the error when running only on 4 hosts, or only 1 hosts. I suspect the error shows more often as the number …