-
## Information
**VIM version**
```
NVIM v0.9.5 …
-
### System Info
OS: Windows 10 Home 22H2 (Build 19045.3324)
Python 3.10.6
pip list --local
Package Version
----------------------- ---------------
absl-py …
-
### Model Series
Qwen2.5
### What are the models used?
qwen2.5-32b-instruct-gptq-int4 qwen2.5-32b-instruct-gptq-int8
### What is the scenario where the problem happened?
deployment with…
-
install requirements and run end-t-end-test gives error:
AttributeError: 'Hardswish' object has no attribute 'inplace'
all models in correct place.
ubuntu 18 and python 3.8.5
`Traceback …
-
The problem is fairly straightforward: `pylsp` can't deal with editable packages. To create an environment that reproduces my problem:
```
$ mkdir /tmp/pyslp_test
$ cd /tmp/pylsp_test
$ echo "im…
-
### FAQ
- [X] I have checked the [FAQ](https://github.com/jose-elias-alvarez/null-ls.nvim#faq) and it didn't resolve my problem.
### Issues
- [X] I have checked [existing issues](https://github.com…
-
-
When running the start-build-env.sh on my MacBook Air M1, I get the following error:
`./start-build-env.sh`
`[+] Building 2.1s (24/24) FINISHED`
` => [internal] load build definition from Dockerf…
-
**版本信息:**
paddle.__version__
'1.8.3'
paddlehub.__version__
'1.8.0'
win10
**在运行PaddleHub/demo/senta/senta_finetune.py时报错**
----------------------
Error Message Summary:
-------------------…
-
### 🐛 Describe the bug
I compared 3 kinds of implementations of GCNConv.
- torch_geometric.nn.GCNConv with dense edge_index(torch.LongTensor)
- torch_geometric.nn.GCNConv with sparse edge_index(…