Browse Source

Additional instruction for linux recommended by a student

pull/215/head
Edward Donner 3 months ago
parent
commit
cc0f430b94
  1. 6
      SETUP-linux.md

6
SETUP-linux.md

@ -68,6 +68,11 @@ This may take several minutes (even up to an hour for new Anaconda users). If it
You should see `(llms)` in your prompt, indicating successful activation.
In some distributions this may be required so that the llms environment is visible in jupyter lab:
`conda install ipykernel`
`python -m ipykernel install --user --name=llmenv`
3. **Start Jupyter Lab:**
From the `llm_engineering` folder, run: `jupyter lab`.
@ -125,6 +130,7 @@ Lastly, so that the kernel is visible after step (6) in jupyter lab :
From the `llm_engineering` folder, run: `jupyter lab`.
### Part 3 - OpenAI key (OPTIONAL but recommended)
Particularly during weeks 1 and 2 of the course, you'll be writing code to call the APIs of Frontier models (models at the forefront of AI).

Loading…
Cancel
Save