-
Notifications
You must be signed in to change notification settings - Fork 178
[Feature] Support Tenstorrent's Wormhole accelerators #2573 #2574
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Also, depends on dstackai/gpuhunt#146 |
@@ -151,6 +151,14 @@ func (d *DockerRunner) restoreStateFromContainers(ctx context.Context) error { | |||
gpuIDs = append(gpuIDs, device.PathOnHost) | |||
} | |||
} | |||
case host.GpuVendorTenstorrent: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@un-def not sure if this code is current and how to test it properly
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Start a run
- Restart the shim:
systemctl restart dstack-shim.service
- Check
shim.log
for the following line:locked GPU(s) due to running task
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, I see
time=2025-04-30T11:05:26.154875+02:00 level=debug msg=locked GPU(s) due to running task task=a9c04738-e690-425f-9566-4fa1f4943abc gpus=[0]
Does it mean everything works, and we can merge?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, seems to work
598cb65
to
c321262
Compare
@un-def gpuhunt is merged so only this PR is pending |
No description provided.