Add the local-fake-gpu-using-nvml#444
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: maishivamhoo123 The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
✅ Deploy Preview for project-hami ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
6c59ca6 to
2ab9819
Compare
Signed-off-by: maishivamhoo123 <maishivamhoo@gmail.com>
a94e008 to
8af6e24
Compare
Signed-off-by: maishivamhoo123 <maishivamhoo@gmail.com>
Signed-off-by: maishivamhoo123 <maishivamhoo@gmail.com>
Signed-off-by: maishivamhoo123 <maishivamhoo@gmail.com>
Signed-off-by: maishivamhoo123 <maishivamhoo@gmail.com>
Signed-off-by: maishivamhoo123 <maishivamhoo@gmail.com>
Signed-off-by: maishivamhoo123 <maishivamhoo@gmail.com>
| EOF | ||
| ``` | ||
|
|
||
| :::info `nvidia.com/gpumem` takes an **absolute value in MiB** — `"10"` means 10 MiB. `nvidia.com/gpucores: "30"` requests 30 compute cores on the selected GPU. ::: |
There was a problem hiding this comment.
The admonitions weren't closing because the ::: end marker shared a line with the content, so MD never recognized them as closed and swallowed everything after into one giant nested block; fix it by putting each ::: open and close marker on its own line.
What does this PR do?
Close : #445
Adds a new lab (
lab3-hami-nvml-mock.md) that guides users through setting up a local HAMi + nvml‑mock environment without a real GPU.The lab covers:
nvidia-mig-partedfix already merged)All steps are verified and include exact commands and expected outputs.
Why is this needed?
Many contributors and users want to explore HAMi’s scheduling features without access to physical GPU hardware. This lab provides a reproducible, no‑cost environment for learning and validating HAMi’s behaviour.
How was it tested?
main.