mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2025-10-27 07:49:25 +00:00
Simplify conda section
This commit is contained in:
parent
3b9592830d
commit
58f0872013
@ -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).
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user