Simplify conda section

This commit is contained in:
Sebastian Raschka
2024-09-11 21:17:59 -05:00
committed by GitHub
parent f1accdf273
commit 11f97a13b6

View File

@@ -32,13 +32,6 @@ where `Desktop/` is the folder where the Miniforge installer was downloaded to.
Next, step through the download instructions, confirming with "Enter".
If you work with many packages, Conda can be slow because of its thorough but complex dependency resolution process and the handling of large package indexes and metadata. To speed up Conda, you can use the following setting, which switches to a more efficient Rust reimplementation for solving dependencies:
```
conda config --set solver libmamba
```
<br>
<br>
@@ -115,4 +108,4 @@ It's also highly recommended to consult the installation guide menu on the offic
Any questions? Please feel free to reach out in the [Discussion Forum](https://github.com/rasbt/LLMs-from-scratch/discussions).
Any questions? Please feel free to reach out in the [Discussion Forum](https://github.com/rasbt/LLMs-from-scratch/discussions).