Closed navneethc closed 2 months ago
Thanks for the comment! Ah yes, setting libmamba manually shouldn't be necessary anymore then, and I can take out this section because it's redundant now. (Not sure why I thought of Rust...). Anyways, thanks for letting me know, I updated it.
Bug description
Source of issue: https://github.com/rasbt/LLMs-from-scratch/tree/main/setup/01_optional-python-setup-preferences#1-download-and-install-miniforge
At the end of first step, it is mentioned:
A few things to a note:
libmamba
if the version is >= 23.10.0, becauselibmamba
is the default solver. (https://conda.org/blog/2023-11-06-conda-23-10-0-release/)libsolv
, around which lib-mamba-solver lives as a Python wrapper, is primarily written in C. (https://github.com/openSUSE/libsolv, https://github.com/conda/conda-libmamba-solver?tab=readme-ov-file#what-is-this-exactly)What operating system are you using?
None
Where do you run your code?
None
Environment