-
**Describe the bug**
A clear and concise description of what the bug is.
- [x] I have checked that this issue has not already been reported.
- [x] I have confirmed this bug exists on the latest v…
-
When using `attr.`ibute with both `converter` and `default`, wrong expectations is applied on `default` type (with mypy == 0.670). Mypy dev [say](https://github.com/python/mypy/issues/6533) it's an is…
-
### Aircraft Version
Development
### Build info
```json
{
"built": "2021-08-17T07:39:33+00:00",
"ref": "master",
"sha": "59fa86a68bce86ce72423c9f50e964b1dbeebd12",
"actor": "2hwk…
-
Hi, I used to be a fan of Hi framework but unfortunately it still based on the old father AngularJS and still doesn't help in lot off frontend things(like package management, routing, frontend framewo…
-
**Describe the bug**
We have a statically typed dictionary that has values of type `Cast[Decimal]` & it seems to be valid, since we cast column value to `FLOAT`. But the type annotation expects two t…
-
### System Info
Python 3.11.9
transformers==4.40.2
peft==0.11.2
### Who can help?
@BenjaminBossan
I'm interested in using [Inference with different LoRA adapters in the same batch
](https://hu…
-
Hello, I just found Python-Gravity. I tried joining the discord server but is said there were no channels that existed.
I'm trying to run Python-Gravity in google colab. I'm able to install it usin…
-
### Search before asking
- [X] I searched the [issues](https://github.com/sqlfluff/sqlfluff/issues) and found no similar issues.
### Description
@alanmcruickshank mentions in https://designingover…
-
### 🐛 Describe the bug
The autocasting pass does not insert autocasting nodes for optional tensors. It causes issues with conv, where the input and weight tensors will get casted but not the bias (…
-
Please consider two identical functions `test_func` and `a_test_func`, except for the function names.
```python
from typing import Union
import random
def return_none_or_int() -> Union[int, Non…