-
### Is this a unique feature?
- [X] I have checked "open" AND "closed" issues and this is not a duplicate
### Is your feature request related to a problem/unavailable functionality? Please describe.…
-
### 🐛 Describe the bug
I found that `torch.nn.InstanceNorm2d` layer, which by default does not track running mean and var, is failing at runtime. It successfully goes through the lowering process wit…
-
代码:
```
from transformers import AutoModel, AutoTokenizer
tokenizer = AutoTokenizer.from_pretrained('GOT-OCR2.0/GOT-OCR-2.0-master/GOT/model/GOT_weights', trust_remote_code=True)
model = AutoMod…
-
I'm trying to do something similar to this inside a `view!` macro in my codebase:
```rust
connect_changed[model.errors as errors, sender] => move |name_input| { ...
```
This is currently faili…
-
`HoverTool` (edit: and `TapTool`) should gain a new property:
```
hit_filter = Instance(SelectionFilter, help="""
""")
```
A hit filter is a model with an `execute` method that acc…
-
View details in Rollbar: [https://app.rollbar.com/a/jimmy.andrews/fix/item/VariantGrid/5365](https://app.rollbar.com/a/jimmy.andrews/fix/item/VariantGrid/5365)
```
Traceback (most recent call last):
…
-
@samreid @chrisklus and I found 84 problems when searching with this project scope in WebStorm
`file[PROJECT_NAME]:*/**/model/**`
And then this regex: `import.*/view`
![image](https://user-im…
-
## Description
Using version 10 of TensorRT's trtexec to convert an ONNX model to a TensorRT model, the results of the FP32 model are correct, but the results of the FP16 model are incorrect. I have …
-
### Proposal to improve performance
_No response_
### Report of performance regression
_No response_
### Misc discussion on performance
---
**Setup Summary for vLLM Benchmarking with Llama…
-
### User Story
Since database access repository only deals with locations, we need to construct a relationship between the underlying data and the metadata, so that when we grant a user to the data, …