I installed llama3 locally on my laptop (Arch Linux), I installed all the models :P (8B,8B -Instructed,7B, 7b-Instructed). And in order to install llama, I simply followed the procedure given on the meta's llama3 repository. So now I have this base conda environment activated by default. I find it a little bit strange. I am afraid what are the affects of always having this base env activated. I know I can "denitialize" (by deleteing all the changes in the .bashrc) or go conda deactivate. But I would like to know whether I need to do anything about that. Also I have no clue how am supposed to use llama3. I find it a little bit complicated to use. Would appreciate any links to nice docs.
For more context, I installed llama in a different env called "llama", not in base.
And I rarely code in python.