-
Building `cuda.parallel` is quite brittle due to requirements from the C library. Through some patient trials and errors I discovered the following build-time dependencies are required:
- gcc 13+ (due…
-
```
Collecting flash-attn
Using cached flash_attn-2.6.3.tar.gz (2.6 MB)
Preparing metadata (setup.py) ... error
error: subprocess-exited-with-error
× python setup.py egg_info did not …
-
I just clone the repo and type in the build dir:
```
cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_PREFIX_PATH=`python -c 'import torch;print(torch.utils.cmake_prefix_path)'` -GNinja ..
```
And …
-
### What is the issue?
My cards is w7900, and rocm driver is 6.3 , I found the llama-cpp server started by Ollama always without -fa flag.
I check the code , found :
…
-
从 https://github.com/YanWenKun/ComfyUI-Windows-Portable/releases 里下载了10月29号版本的,运行stable fast3D的时候报错:
```
!!! Exception during processing !!! Error building extension '_slangtorch_texture_baker_4413…
-
Hi all. I encountered some problems when building SwiftTransforemer as the dependency for DistServer.
My GPU is 4090
nvcc: NVIDIA(R)Cuda compiler driver
Copyright(c)2005-2023 NVIDIA corporation
Bu…
-
I'm not sure whether we should put this information on the wiki, in README, or anywhere else.
It can be pretty difficult to get the required CUDA Toolkit version on Linux, since it's common that on…
-
### Issue type
Bug
### Have you reproduced the bug with TensorFlow Nightly?
No
### Source
binary
### TensorFlow version
v2.17.0-rc1-2-gad6d8cc177d 2.17.0
### Custom code
Yes
### OS platform …
-
### Issue type
Build/Install
### Have you reproduced the bug with TensorFlow Nightly?
No
### Source
source
### TensorFlow version
v2.18.0
### Custom code
No
### OS platfo…
-
Hi,
great works, flawless integration with Go.
I was trying to move inference on CUDA device. This is the code used to initialize the runtime:
```go
func InitYolo8Session(input []float32) (M…