-
We do allow using logical operators like `|` to be used with non-boolean data (at which point the non-bool series would be cast to bool, I assume). For example:
```python
>>> ser1 = pd.Series([Fal…
-
### 🐛 Describe the bug
torchbench_amp_bf16_inference
- [ ] `detectron2_fasterrcnn_r_101_c4`
- [ ] `detectron2_fasterrcnn_r_101_dc5`
- [ ] `detectron2_fasterrcnn_r_101_fpn`
- [ ] `detectron2_fas…
-
Thank you for your work on updating this library. I am trying to use this with a CUDA 12.4 driver. I changed the environment yaml to the following:
- python ==3.9
- pytorch=2.0.1
- torc…
-
code
```
fn check_file(file_path: &str) {
let Ok(content) = fs::read(file_path) else {
return;
};
let face = match ttf_parser::Face::parse(&content, 0) {
Ok(f) => f,…
-
### 🐛 Describe the bug
torchbench_amp_bf16_training
xpu train torchrec_dlrm
ERROR:common:
Traceback (most recent call last):
File "/home/sdp/actions-runner/_work/torch-xpu-op…
-
Hi, I have recently installed mamba-ssm and when I try to use it in python I get this error msg. Any idea on what is missing?
>>> from mamba_ssm import Mamba
Traceback (most recent call last):
…
-
/home/wu/slam_ws/src/clean_ws/src/tmp_ws/src/onnxruntime/onnxruntime/core/providers/cpu/math/element_wise_ops.cc:855:85: error: type/value mismatch at argument 1 in template parameter list for ‘templa…
-
Hi!
First of all, congrats on your great work, and thank you for open-sourcing it!
When I setup a virtual environment using CUDA12.4, python 3.11.10 and install all required packages during infe…
-
I am working in vscode on a .ipynb notebook, and everytime my cursor hovers over any code, i get the ruff panic message as above
example of the code it crashed over
```py
def search_and_looku…
-
## Bug Report
```log
store/TiDB master bank-multitable auto-retry auto-retry-limit :default update-in-place select FOR UPDATE txn-mode pessimistic isolation :repeatable-read nemesis partition-half…