Skip to content

Commit

Permalink
fixed link
Browse files Browse the repository at this point in the history
  • Loading branch information
filipw authored Jul 4, 2024
1 parent f87145c commit 5c53759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion md/03.Inference/Rust_Inference.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
> 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.

0 comments on commit 5c53759

Please sign in to comment.