Update README.md
Browse files
README.md
CHANGED
|
@@ -13,6 +13,7 @@ chmod +x ./sparkfile
|
|
| 13 |
./sparkfile --gpu nvidia --cli -m your_local_model.gguf --list-devices
|
| 14 |
./sparkfile --gpu vulkan --cli -m your_local_model.gguf --list-devices
|
| 15 |
```
|
|
|
|
| 16 |
*should see both CUDA and Vulkan backends being reported.
|
| 17 |
|
| 18 |
|
|
|
|
| 13 |
./sparkfile --gpu nvidia --cli -m your_local_model.gguf --list-devices
|
| 14 |
./sparkfile --gpu vulkan --cli -m your_local_model.gguf --list-devices
|
| 15 |
```
|
| 16 |
+
|
| 17 |
*should see both CUDA and Vulkan backends being reported.
|
| 18 |
|
| 19 |
|