CUDA: replace GGML_CUDA_F16 with CUDA arch checks (#15433)
This commit is contained in:
parent
fec9519802
commit
7a6e91ad26
12 changed files with 32 additions and 86 deletions
|
|
@ -194,7 +194,7 @@ llama_print_timings: total time = 44411.01 ms / 377 tokens
|
|||
## Orin compile and run
|
||||
### compile
|
||||
```sh
|
||||
make GGML_CUDA=1 CUDA_DOCKER_ARCH=sm_87 GGML_CUDA_F16=1 -j 32
|
||||
make GGML_CUDA=1 CUDA_DOCKER_ARCH=sm_87 -j 32
|
||||
```
|
||||
### run on Orin
|
||||
### case 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue