Skip to content

Commit

Permalink
Update broken Llama2 blog sample
Browse files Browse the repository at this point in the history
  • Loading branch information
sophies927 authored May 28, 2024
1 parent 4e612a0 commit ce4b220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/blogs/accelerating-llama-2/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@

<p class="mb-4">
Here is a <a
href="https://github.com/microsoft/onnxruntime-inference-examples/blob/main/python/models/llama2/LLaMA-2%20E2E%20Notebook.ipynb"
href="https://github.com/microsoft/onnxruntime-inference-examples/blob/main/python/models/llama/LLaMA-2%20E2E%20Notebook.ipynb"
class="text-blue-500">sample notebook</a
> that shows you an end-to-end example of how you can use the above ONNX Runtime optimizations
in your application.
Expand Down

0 comments on commit ce4b220

Please sign in to comment.