WaveCut commited on
Commit
e3836ca
·
verified ·
1 Parent(s): af88250

Fix local kernel build link

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -49,7 +49,7 @@ image = pipe(
49
  image.save("z-image-orbitquant.png")
50
  ```
51
 
52
- `runtime_mode="auto_fused"` is the default optimized runtime. On CUDA, the `kernels` extra provides the Triton packed fallback; a locally built native CUDA package is preferred automatically when installed. On MPS, build and install the native Metal package from the OrbitQuant source tree. See the [OrbitQuant runtime instructions](https://github.com/iamwavecut/OrbitQuant#native-packed-kernels). Use `runtime_mode="dequant_bf16"` only as an explicit compatibility/debug reference path.
53
 
54
  ## Native Settings
55
 
 
49
  image.save("z-image-orbitquant.png")
50
  ```
51
 
52
+ `runtime_mode="auto_fused"` is the default optimized runtime. On CUDA, the `kernels` extra provides the Triton packed fallback; a locally built native CUDA package is preferred automatically when installed. On MPS, build and install the native Metal package from the OrbitQuant source tree. See the [OrbitQuant runtime instructions](https://github.com/iamwavecut/OrbitQuant/blob/main/docs/kernel-audit.md#local-native-package). Use `runtime_mode="dequant_bf16"` only as an explicit compatibility/debug reference path.
53
 
54
  ## Native Settings
55