-
### Prerequisite
- [X] I have searched [Issues](https://github.com/open-mmlab/mmdetection3d/issues) and [Discussions](https://github.com/open-mmlab/mmdetection3d/discussions) but cannot get the expec…
-
great work but a little problem:
model_path="./checkpoints/cora.3/llaga-vicuna-7b-simteg-2-10-linear-projector_nc-lp"
model_base="lmsys/vicuna-7b-v1.5-16k" #meta-llama/Llama-2-7b-hf
mode="v1" # use…
-
### 🐛 Describe the bug
Calling `nn.Conv2d(..., group=n)` is slower than manually executing `n` separate convolutions.
```python
import torch as ch
from torch import nn
from torch.profiler i…
-
Hi there, Freqtrade developers,
I've come across an interesting issue that I've never seen before. There's a signal to enter a trade, but it's not actually being executed. I've stripped out everythin…
-
Is there support for llama3.2 with TensorRT-LLM? I tried engine build but got a rope error? Maybe it is related to the context length? Thanks.
-
### Summary
While unpenalized GLMs like `PoissonRegressor(alpha=0, fit_intercept=False)` yield a minimum norm solution on wide data, `PoissonRegressor(alpha=0, fit_intercept=True)` does not.
Detec…
-
gpu : NVIDIA GeForce RTX 2080 SUPER
system: ubuntu20.04
cuda: 11.7
when i run Lidar_AI_Solution-master/Libraries/3DSparseConvolution/tool/pytest.py then
CUDA Runtime error spconv::setup_hash_a…
-
## Description
hi, i have an onnx model which i want to convert using trtexec:
```
[05/23/2024-21:39:30] [W] [TRT] onnx2trt_utils.cpp:514: Your ONNX model has been generated with double-typed wei…
-
Running the conv network for MNIST in the model-zoo the following profile is obtained:
![capture](https://user-images.githubusercontent.com/1282691/51235321-7c5c5180-196f-11e9-98f4-275142b7cb72.PNG…
-
Hello Philippe,
first of all, thank you very much for releasing your library and congratulations on it - I like your approach to backtesting very much.
Let me ask you here a couple of questions abou…