Update description and Ollama prerequisite for tool-use section

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Eric Furst 2026-04-11 10:58:31 -04:00
commit b37661e983

View file

@ -3,7 +3,7 @@
**CHEG 667-013 — Chemical Engineering with Computers** **CHEG 667-013 — Chemical Engineering with Computers**
Department of Chemical and Biomolecular Engineering, University of Delaware Department of Chemical and Biomolecular Engineering, University of Delaware
A hands-on workshop on Large Language Models and machine learning for engineers. Learn how to train a GPT from scratch, run local models, build retrieval-augmented generation systems, then tie it back to underlying machine learning methods by implementing a simple neural network. A hands-on workshop on Large Language Models and machine learning for engineers. Learn how to train a GPT from scratch, run local models, build retrieval-augmented generation systems, connect LLMs to tools to build agentic systems, and explore the underlying machine learning methods by implementing a simple neural network.
## Sections ## Sections
@ -23,7 +23,7 @@ A hands-on workshop on Large Language Models and machine learning for engineers.
- A terminal (macOS/Linux, or WSL on Windows) - A terminal (macOS/Linux, or WSL on Windows)
- Python 3.10+ - Python 3.10+
- Basic comfort with the command line - Basic comfort with the command line
- [Ollama](https://ollama.com) (sections 0204) - [Ollama](https://ollama.com) (sections 0205)
## Getting started ## Getting started