|
9 | 9 |
|
10 | 10 | **State-of-the-art runtime safety components for AI model inference with formal proofs, ultra-low latency, and guaranteed correctness.** |
11 | 11 |
|
12 | | -[](https://github.com/SentinelOps-Remote-CI/runtime-safety-kernels) |
13 | | -[](https://github.com/SentinelOps-Remote-CI/runtime-safety-kernels) |
14 | | -[](https://github.com/SentinelOps-Remote-CI/runtime-safety-kernels) |
15 | | -[](https://github.com/SentinelOps-Remote-CI/runtime-safety-kernels) |
| 12 | +[](https://github.com/SentinelOps-CI/runtime-safety-kernels) |
| 13 | +[](https://github.com/SentinelOps-CI/runtime-safety-kernels) |
| 14 | +[](https://github.com/SentinelOps-CI/runtime-safety-kernels) |
| 15 | +[](https://github.com/SentinelOps-CI/runtime-safety-kernels) |
16 | 16 |
|
17 | | -[Documentation](https://github.com/SentinelOps-Remote-CI/runtime-safety-kernelsdocs) • [API Reference](docs/api.md) • [Contributing](CONTRIBUTING.md) • [Discussions](https://github.com/SentinelOps-Remote-CI/runtime-safety-kernels/discussions) |
| 17 | +[Documentation](https://github.com/SentinelOps-CI/runtime-safety-kernelsdocs) • [API Reference](docs/api.md) • [Contributing](CONTRIBUTING.md) • [Discussions](https://github.com/SentinelOps-CI/runtime-safety-kernels/discussions) |
18 | 18 |
|
19 | 19 | </div> |
20 | 20 |
|
@@ -154,7 +154,7 @@ Go 1.21+ # Go bindings |
154 | 154 |
|
155 | 155 | ```bash |
156 | 156 | # Clone repository |
157 | | -git clone https://github.com/SentinelOps-Remote-CI/runtime-safety-kernels.git |
| 157 | +git clone https://github.com/SentinelOps-CI/runtime-safety-kernels.git |
158 | 158 | cd runtime-safety-kernels |
159 | 159 |
|
160 | 160 | # Initialize and build |
@@ -206,7 +206,7 @@ result = tensor.add(other_tensor) # Compile-time validation |
206 | 206 | ### Go (CGO) |
207 | 207 |
|
208 | 208 | ```go |
209 | | -import "https://github.com/SentinelOps-Remote-CI/runtime-safety-kernels/go" |
| 209 | +import "https://github.com/SentinelOps-CI/runtime-safety-kernels/go" |
210 | 210 |
|
211 | 211 | // Sampling with Go bindings |
212 | 212 | logits := []float32{1.0, 2.0, 3.0, 4.0, 5.0} |
@@ -423,7 +423,7 @@ We welcome contributions! Please see our [Contributing Guide](CONTRIBUTING.md) f |
423 | 423 |
|
424 | 424 | ```bash |
425 | 425 | # Fork and clone |
426 | | -git clone https://github.com/SentinelOps-Remote-CI/runtime-safety-kernels.git |
| 426 | +git clone https://github.com/SentinelOps-CI/runtime-safety-kernels.git |
427 | 427 | cd runtime-safety-kernels |
428 | 428 |
|
429 | 429 | # Install dependencies |
@@ -473,9 +473,9 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file |
473 | 473 |
|
474 | 474 | <div align="center"> |
475 | 475 |
|
476 | | -[](https://github.com/SentinelOps-Remote-CI/runtime-safety-kernels) |
477 | | -[](https://github.com/SentinelOps-Remote-CI/runtime-safety-kernels) |
478 | | -[](https://github.com/SentinelOps-Remote-CI/runtime-safety-kernels/issues) |
479 | | -[](https://github.com/SentinelOps-Remote-CI/runtime-safety-kernels/pulls) |
| 476 | +[](https://github.com/SentinelOps-CI/runtime-safety-kernels) |
| 477 | +[](https://github.com/SentinelOps-CI/runtime-safety-kernels) |
| 478 | +[](https://github.com/SentinelOps-CI/runtime-safety-kernels/issues) |
| 479 | +[](https://github.com/SentinelOps-CI/runtime-safety-kernels/pulls) |
480 | 480 |
|
481 | 481 | </div> |
0 commit comments