Skip to content

Commit

Permalink
test html links
Browse files Browse the repository at this point in the history
Signed-off-by: David Mueller <David.Mueller1@ibm.com>
  • Loading branch information
dmuelle committed Jan 8, 2024
1 parent 7158c5b commit 10f9547
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/key_concepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ The model is served by a [gRPC](https://grpc.io) server that can run as is or in

[This example of a client](https://github.com/caikit/caikit/blob/main/examples/text-sentiment/client.py) is a simple Python CLI that calls the model and queries it for sentiment analysis on two different pieces of text. The client also references the module configuration.

Check out the full [Text Sentiment example](https://github.com/caikit/caikit/tree/main/examples/text-sentiment) or the [model user tutorial](tutorial_appdev.md) to understand how to load and infer a model using Caikit.
Check out the full [Text Sentiment example](https://github.com/caikit/caikit/tree/main/examples/text-sentiment) or the [model user tutorial](tutorial_appdev.html) to understand how to load and infer a model using Caikit.
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ Caikit's purpose is twofold:

Simply put, Caikit makes it easy for you to implement and manage AI models in your apps, so you can focus on new development instead of maintenance.

Curious to learn more? Check out our [model user tutorial](./docs/tutorial_appdev.md) or [browse our API documentation](https://caikit.readthedocs.io/en/latest/index.html).
Curious to learn more? Check out our [model user tutorial](./docs/tutorial_appdev.html) or [browse our API documentation](https://caikit.readthedocs.io/en/latest/index.html).

0 comments on commit 10f9547

Please sign in to comment.