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

[BOUNTY - $200] Windows native support #186

Open
AlexCheema opened this issue Aug 27, 2024 · 3 comments
Open

[BOUNTY - $200] Windows native support #186

AlexCheema opened this issue Aug 27, 2024 · 3 comments

Comments

@AlexCheema
Copy link
Contributor

AlexCheema commented Aug 27, 2024

@AlexCheema AlexCheema changed the title Windows native support [BOUNTY - $200] Windows native support Aug 27, 2024
@omarei-omoto
Copy link

PLEAAASE THIS

@Shivp1413
Copy link

I made changes in main.py file, and now its working for windows as well. But I get following error:
Error: Failed to fetch completions: Error processing prompt (see logs with DEBUG>=2): No module named '_posixshmem'
main.zip

@mercurymason
Copy link

mercurymason commented Sep 27, 2024

The '_posixshmem' module is associated with POSIX shared memory, which afaik is not available on Windows. This error due to tinygrad's reliance on Unix-specific features. It doesn't seem like this problem will be soon resolved by tinygrad, as they have discontinued official Windows support in tinygrad version 0.7.0.

WSL would likely enable tinygrad compatibility on Windows, but kind of breaks the native in "native support". As @AlexCheema mentioned, llama.ccp or pytorch backend may provide a fix -- also, JAX is compatible with Windows.

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

4 participants