Additional instruction for linux recommended by a student
This commit is contained in:
@@ -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.
|
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:**
|
3. **Start Jupyter Lab:**
|
||||||
|
|
||||||
From the `llm_engineering` folder, run: `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`.
|
From the `llm_engineering` folder, run: `jupyter lab`.
|
||||||
|
|
||||||
|
|
||||||
### Part 3 - OpenAI key (OPTIONAL but recommended)
|
### 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).
|
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).
|
||||||
|
|||||||
Reference in New Issue
Block a user