-
### 🐛 Describe the bug
I am attempting to build some c++ code that links to libtorch using a CMake build script.
I can successfully build on linux, but am experiencing issues with the same approach …
-
### Prerequisite
- [X] I have searched [Issues](https://github.com/open-mmlab/mmengine/issues) and [Discussions](https://github.com/open-mmlab/mmengine/discussions) but cannot get the expected help…
-
### 🐛 Describe the bug
When I use `nn.DataParallel(create_model().to(device), device_ids=[0, 1])` the output of the model comes up with the above two scenarios, resulting in a mismatch of dimensi…
-
### Your current environment
```text
root@jetson:/workspace# python collect_env.py
File "collect_env.py", line 724
print(msg, file=sys.stderr)
^
SyntaxError: invalid syn…
-
### 🚀 The feature, motivation and pitch
I am writing to request aten::linalg_svd on mps backend
### Alternatives
CPU
### Additional context
mergekit/mergekit/scripts/extract_lora.py:36: UserWarni…
-
Investigation about light installation via pytorch cpu.
The idea is to installs the CPU-only variants of PyTorch and torchvision.
1. Create new virtual env
2. Clone `ivadomed` repo
3. Modi…
-
I'm trying to reproduce the Intel results for gptj-99 and trying to setup the docker by doing a `./build_gpt-j_int4_container.sh`.
However, the build seems to fail due to a bunch of errors
```
…
-
With the recent advent of large models (take Llama 3.1 405b, for example!), distributed inference support is a must! We currently support naive device mapping, which works by allowing a combination of…
-
### Checklist
- [X] The issue exists after disabling all extensions
- [X] The issue exists on a clean installation of webui
- [X] The issue is caused by an extension, but I believe it is caused by a …
-
### 🐛 Describe the bug
this simple code:
```python
import torch
def fn(x):
a = torch.cos(x)
b = torch.sin(a)
return b
new_fn = torch.compile(fn, backend="inductor")
input_tensor …