mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2025-11-02 02:41:00 +00:00
fix punctuation and improve explanation
This commit is contained in:
parent
dadd0f7ea3
commit
216dd010f6
@ -58,7 +58,7 @@ cd LLMs-from-scratch
|
||||
pip install -r requirements.txt
|
||||
```
|
||||
|
||||
(In contrast to Google Colab, these only need to be executed once since the Lightning AI Studion environments are persistent).
|
||||
(In contrast to Google Colab, these only need to be executed once since the Lightning AI Studio environments are persistent, even if you switch between CPU and GPU machines.)
|
||||
|
||||
Then, navigate to the Python script or Jupyter Notebook you want to run. Optionally, you can also easily connect a GPU to accelerate the code's runtime, for example, when you are pretraining the LLM in chapter 5 or finetuning it in chapters 6 and 7.
|
||||
|
||||
@ -87,4 +87,4 @@ You can optionally run the code on a GPU by changing the *Runtime* as illustrate
|
||||
|
||||
## Questions?
|
||||
|
||||
If you have any questions, please don't hesitate to reach out via the [Discussions](https://github.com/rasbt/LLMs-from-scratch/discussions) forum in this GitHub repository.
|
||||
If you have any questions, please don't hesitate to reach out via the [Discussions](https://github.com/rasbt/LLMs-from-scratch/discussions) forum in this GitHub repository.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user