Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| habrok:examples:llms [2026/02/26 12:47] – fokke | habrok:examples:llms [2026/02/26 13:23] (current) – fokke | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| If you want to run a Large Language Model (LLM) on Habrok, here's one possible and relatively easy way to do it. Note that the versions are recent as of 26 February 2026. | If you want to run a Large Language Model (LLM) on Habrok, here's one possible and relatively easy way to do it. Note that the versions are recent as of 26 February 2026. | ||
| + | |||
| + | ==== Installation ==== | ||
| 1. Login with your account on Habrok on an interactive node for the installation procedure. | 1. Login with your account on Habrok on an interactive node for the installation procedure. | ||
| Line 25: | Line 27: | ||
| Might take a bit the first time. | Might take a bit the first time. | ||
| - | 8. Start an interactive job on an A100 node (single GPU) to be able to run the software: | + | ==== Running through an interactive job ==== |
| + | |||
| + | 1. Start an interactive job on an A100 node (single GPU) to be able to run the software: | ||
| < | < | ||
| - | 9. Run '' | + | 2. Switch to the EESSI software stack |
| + | < | ||
| + | |||
| + | 3. Load the Python module you used for installation | ||
| + | < | ||
| + | |||
| + | 4. Activate the venv you created earlier: | ||
| + | < | ||
| + | |||
| + | 5. Run '' | ||
| < | < | ||
| explanations of some of the parameters: | explanations of some of the parameters: | ||