From e6012b944e5fd8ea0e4c29ec6f0c75301f7cf090 Mon Sep 17 00:00:00 2001 From: Daniel Kleine <53251018+d-kleine@users.noreply.github.com> Date: Fri, 17 May 2024 10:44:18 +0200 Subject: [PATCH] fixed empty space --- ch05/02_alternative_weight_loading/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ch05/02_alternative_weight_loading/README.md b/ch05/02_alternative_weight_loading/README.md index e00d020..dafba05 100644 --- a/ch05/02_alternative_weight_loading/README.md +++ b/ch05/02_alternative_weight_loading/README.md @@ -1,5 +1,5 @@ # Alternative Weight Loading -This folder contains alternative weight loading strategies in case the weights become unavailable from Open AI. +This folder contains alternative weight loading strategies in case the weights become unavailable from OpenAI. -- [weight-loading-hf-transformers.ipynb](weight-loading-hf-transformers.ipynb): contains code to load the weights from the Hugging Face Model Hub via the `transformers` library \ No newline at end of file +- [weight-loading-hf-transformers.ipynb](weight-loading-hf-transformers.ipynb): contains code to load the weights from the Hugging Face Model Hub via the `transformers` library