From 78c1d6dc5876b9b147169b3f98221a31c7282c19 Mon Sep 17 00:00:00 2001 From: dnth Date: Mon, 21 Oct 2024 22:52:06 +0800 Subject: [PATCH] update readme badge --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1d7c464..f0659b3 100644 --- a/README.md +++ b/README.md @@ -41,8 +41,8 @@ Have a custom model? Create a class that implements the `BaseModel` interface an Here's a quick example demonstrating how to use x.infer with a Transformers model: -[![Open In Colab](https://img.shields.io/badge/Open%20In-Colab-blue?style=for-the-badge&logo=google-colab)](https://colab.research.google.com/github/dnth/x.infer/blob/main/nbs/quickstart.ipynb) -[![Open In Kaggle](https://img.shields.io/badge/Open%20In-Kaggle-blue?style=for-the-badge&logo=kaggle)](https://kaggle.com/kernels/welcome?src=https://github.com/dnth/x.infer/blob/main/nbs/quickstart.ipynb) +[![Open In Colab](https://img.shields.io/badge/Open%20In-Colab-blue?style=for-the-badge&logo=google-colab)](https://colab.research.google.com/github/dnth/x.infer/blob/main/docs/examples/quickstart.ipynb) +[![Open In Kaggle](https://img.shields.io/badge/Open%20In-Kaggle-blue?style=for-the-badge&logo=kaggle)](https://kaggle.com/kernels/welcome?src=https://github.com/dnth/x.infer/blob/main/docs/examples/quickstart.ipynb) ```python import xinfer