Skip to content
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

Windows system #102

Open
yang606 opened this issue Dec 9, 2023 · 3 comments
Open

Windows system #102

yang606 opened this issue Dec 9, 2023 · 3 comments

Comments

@yang606
Copy link

yang606 commented Dec 9, 2023

Can 't segment-anything-fast run on Windows system ? Must be a Linux system ?

@cpuhrsch
Copy link
Contributor

cpuhrsch commented Dec 9, 2023

@yang606 - It should be able to run on Windows, since PyTorch supports Windows as well.

@yang606
Copy link
Author

yang606 commented Dec 9, 2023

@yang606- 它应该能够在 Windows 上运行,因为 PyTorch 也支持 Windows。

Thank you for your reply. But when I run amg _ example.py, the results show that RuntimeError : Windows not yet supported for torch.compile.

@cpuhrsch
Copy link
Contributor

Hey @yang606,

torch.compile might not yet work on Windows. But you can try running this without torch.compile. If you're using the sam_model_fast_registry you can get started by commenting out the calls to torch.compile here. We can add the option to skip compile to this API as well. I'll be gone for two weeks starting today, but I can work on that starting January!

Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants