Skip to content

Commit 88f28ee

Browse files
committed
docs: update logo and example links to absolute GitHub URLs for PyPI visibility
1 parent 74d9d81 commit 88f28ee

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<img src="./docs/assets/comprexx-logo.svg" alt="Comprexx Logo" width="100" />
2+
<img src="https://raw.githubusercontent.com/cachevector/comprexx/master/docs/assets/comprexx-logo.svg" alt="Comprexx Logo" width="100" />
33
</p>
44

55
<h1 align="center">Comprexx</h1>
@@ -231,10 +231,10 @@ And for picking what to compress:
231231

232232
## Examples
233233

234-
Check out the example notebooks in [`examples/`](./examples/):
234+
Check out the example notebooks in [`examples/`](https://github.com/cachevector/comprexx/tree/master/examples/):
235235

236-
- [ResNet18 edge deployment](./examples/resnet18_edge_deploy.ipynb): profile, fuse Conv+BN, prune, benchmark, and export a ResNet18 to ONNX.
237-
- [Linear layer compression](./examples/linear_compression.ipynb): compares low-rank SVD, weight-only INT4, and dynamic INT8 quantization on a feedforward network.
236+
- [ResNet18 edge deployment](https://github.com/cachevector/comprexx/blob/master/examples/resnet18_edge_deploy.ipynb): profile, fuse Conv+BN, prune, benchmark, and export a ResNet18 to ONNX.
237+
- [Linear layer compression](https://github.com/cachevector/comprexx/blob/master/examples/linear_compression.ipynb): compares low-rank SVD, weight-only INT4, and dynamic INT8 quantization on a feedforward network.
238238

239239
## License
240240

0 commit comments

Comments
 (0)