-
### Your current environment
PyTorch version: 2.4.0+cu121
Is debug build: False
CUDA used to build PyTorch: 12.1
ROCM used to build PyTorch: N/A
OS: **** Group Enterprise Linux Server 7.2 (Pala…
-
### Your current environment
The output of `python collect_env.py`
```text
Collecting environment information...
PyTorch version: 2.3.1+cpu
Is debug build: False
CUDA used to build PyTorch: …
-
Hello, after installing required libraries and downloading the model, I am getting following error when I try to run the example script for Llama 3.1:
File "C:\Users\Horia\Desktop\llama3\llama-mo…
-
\:1047: ImportWarning: _SixMetaPathImporter.find_spec() not found; falling back to find_module()
:1047: ImportWarning: _SixMetaPathImporter.find_spec() not found; falling back to find_module()
:1047…
-
Thanks for your wonderful work.
I am using below docker file to build image
> FROM nvidia/cuda:12.1.0-runtime-ubuntu22.04
> RUN apt-get update \
> && apt-get -yqq upgrade \
> && apt-…
-
### Your current environment
```text
The output of `python collect_env.py`
Collecting environment information...
PyTorch version: 2.3.0+cu121
Is debug build: False
CUDA used to build PyTorch…
-
### Describe the issue
I have a model that is 4137 MB as a .onnx, exported from a PyTorch's `ScriptModule` through `torch.onnx.export`.
When loading the ONNX model through an InferenceSession us…
-
### 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…
-
Hello! I am trying to profile my cuda program, however it results in assertion errors.
I have created a minimal reproducing example below:
```
#include
#include
#include
#include
#inclu…
-
We should consider whether it is possible and desired to automatically combine kernels into CUDA graphs to reduce overhead of calling individual kernels.
Here is the relevant documentation:
- http…