From 02f8b2ee26c63934d952f4d14334af6765459a5c Mon Sep 17 00:00:00 2001 From: Sebastian Raschka Date: Wed, 10 Apr 2024 22:15:07 -0400 Subject: [PATCH] unit test indicator placement --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b1852f5..45b603d 100644 --- a/README.md +++ b/README.md @@ -29,16 +29,17 @@ Please note that this `README.md` file is a Markdown (`.md`) file. If you have d Alternatively, you can view this and other files on GitHub at [https://github.com/rasbt/LLMs-from-scratch](https://github.com/rasbt/LLMs-from-scratch).
+
+ + +> [!TIP] +> If you're seeking guidance on installing Python and Python packages and setting up your code environment, I suggest reading the [README.md](setup/README.md) file located in the [setup](setup) directory. +
[![Python PEP8 Linting](https://github.com/rasbt/LLMs-from-scratch/actions/workflows/pep8-linter.yml/badge.svg)](https://github.com/rasbt/LLMs-from-scratch/actions/workflows/pep8-linter.yml) [![Python Tests](https://github.com/rasbt/LLMs-from-scratch/actions/workflows/basic-tests.yml/badge.svg)](https://github.com/rasbt/LLMs-from-scratch/actions/workflows/basic-tests.yml) -
- - -> [!TIP] -> If you're seeking guidance on installing Python and Python packages and setting up your code environment, I suggest reading the [README.md](setup/README.md) file located in the [setup](setup) directory.