-
Does it support Jupyter Lab 4?
because it is telling me that the extension is outdated:
```
❯ jupyter-labextension list
JupyterLab v4.0.5
[...]
The following extensions are outdated:
…
-
I'm running into errors with the installation of `pyflow`:
```
(venv) [moldach@beluga4 pyflow]$ python setup.py build_ext -i
running build_ext
building 'pyflow' extension
gcc -pthread -Wno-unus…
-
### What's wrong
pre-commit.ci updated their default runtime to Python 3.12 yesterday and here's how this plugin crashes there:
```python-traceback
multiprocessing.pool.RemoteTraceback:
"""
Trac…
-
Installing from source with `pip install "open_mastr[dev]"` as described [here](https://github.com/OpenEnergyPlatform/open-MaStR/blob/production/README.rst#github) (branch: production) raises some ins…
-
### 🐛 Describe the bug
Hello, I'm trying to compile a simple model using `torch_tensorrt`. Here's the code
```py
import torch
import torch_tensorrt
class MyModule(torch.nn.Module):
…
-
### 🐛 Describe the bug
For the `mobilenet_v3_large` model from the torch-vision repository, the fp32 accuracy achieves `Acc@1 74.054 and Acc@5 91.340` on the ImageNet validation dataset. Through PT2 …
-
I was a happy user of flake518 until a colleague reported that the settings in `pyproject.toml` are not picked up by the `flake8` extension of VS Code which does on-the-fly checking of code in the edi…
-
### 🐛 Describe the bug
Related Issue: https://github.com/pytorch/pytorch/issues/134602
To reproduce:
```
# PYTORCH_TEST_WITH_ROCM=1 is need on ROCM platform
PYTORCH_TESTING_DEVICE_ONLY_FOR="c…
-
Hi,
I installed the extension and then added this as my workspace settings:
```
{
"docker-linter.flake8.machine": "",
"docker-linter.flake8.enable": true,
"docker-linter.flake8.con…
-
### how did you install flake8?
```console
$ cat requirements_hash.txt
GitPython==3.1.29 --hash=sha256:41eea0deec2deea139b459ac03656f0dd28fc4a3387240ec1d3c259a2c47850f2
PyYAML==6.0 --hash=sha256…