From 5c537597abc43d82dca9107638f369b0f67dc142 Mon Sep 17 00:00:00 2001 From: Filip W Date: Thu, 4 Jul 2024 13:16:41 +0200 Subject: [PATCH] fixed link --- md/03.Inference/Rust_Inference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/md/03.Inference/Rust_Inference.md b/md/03.Inference/Rust_Inference.md index bfc4a930..efbcbfcb 100644 --- a/md/03.Inference/Rust_Inference.md +++ b/md/03.Inference/Rust_Inference.md @@ -309,4 +309,4 @@ rustflags = [ ] ``` -> You can visit the official [Candle examples](https://github.com/huggingface/candle/tree/main/candle-examples/examples/quantized-phi3) repository for more examples on how to use the Phi-3 model with Rust and Candle, including alternative approaches to inference. \ No newline at end of file +> You can visit the official [Candle examples](https://github.com/huggingface/candle/blob/main/candle-examples/examples/quantized-phi/main.rs) repository for more examples on how to use the Phi-3 model with Rust and Candle, including alternative approaches to inference.