mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2025-11-01 10:20:00 +00:00
clarify libraries
This commit is contained in:
parent
377c14c25e
commit
2ab7a9aa9d
@ -94,7 +94,7 @@ Several folders contain optional materials as a bonus for interested readers:
|
||||
|
||||
- **Setup**
|
||||
- [Python Setup Tips](setup/01_optional-python-setup-preferences)
|
||||
- [Installing Libraries Used In This Book](setup/02_installing-python-libraries)
|
||||
- [Installing Python Packages and Libraries Used In This Book](setup/02_installing-python-libraries)
|
||||
- [Docker Environment Setup Guide](setup/03_optional-docker-environment)
|
||||
- **Chapter 2:**
|
||||
- [Comparing Various Byte Pair Encoding (BPE) Implementations](ch02/02_bonus_bytepair-encoder)
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
# Installing Libraries Used In This Book
|
||||
# Installing Python Packages and Libraries Used In This Book
|
||||
|
||||
This document provides more information on double-checking your installed Python version and packages. (Please see the [../01_optional-python-setup-preferences](../01_optional-python-setup-preferences) folder for more information on installing Python and Python packages.)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user