From a0f5326a25a211bc9ffcd466aa6ddd131a24a1c5 Mon Sep 17 00:00:00 2001 From: Sebastian Raschka Date: Fri, 13 Jun 2025 10:50:17 -0500 Subject: [PATCH] Update pixi (#661) * Llama3 from scratch improvements * Update HF hub version in pixi.toml * Update README.md --- ch07/README.md | 2 +- pixi.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ch07/README.md b/ch07/README.md index d4ad262..af328a8 100644 --- a/ch07/README.md +++ b/ch07/README.md @@ -21,4 +21,4 @@

-[![Link to the video](https://img.youtube.com/vi/4yNswvhPWCQ/0.jpg)](https://www.youtube.com/watch?v=4yNswvhPWCQ) \ No newline at end of file +[![Link to the video](https://img.youtube.com/vi/4yNswvhPWCQ/0.jpg)](https://www.youtube.com/watch?v=4yNswvhPWCQ) diff --git a/pixi.toml b/pixi.toml index a185f26..fd2ade3 100644 --- a/pixi.toml +++ b/pixi.toml @@ -29,7 +29,7 @@ tensorflow-cpu = ">=2.18.0, <3" [feature.tests.dependencies] blobfile = ">=3.0.0,<4" -huggingface_hub = ">=0.24.7,<0.29" +huggingface_hub = ">=0.30.0,<1.0" ipywidgets = ">=8.1.2,<9" safetensors = ">=0.4.4,<0.6" sentencepiece = ">=0.1.99,<0.3"