-
Notifications
You must be signed in to change notification settings - Fork 211
Windows Support #40
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
base: main
Are you sure you want to change the base?
Windows Support #40
Conversation
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.
formatting only
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.
formatting only
| all_observations.append(action_description) | ||
| self.logger.info(f"Observation#{i+1}: {action_description}") | ||
| self.logger.debug(f"Observation#{i+1}: {action_description}") | ||
| print(f"Observation#{i+1}: {action_description}") |
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.
windows dont show the logger so added print
| Issues = "https://github.com/microsoft/fara/issues" | ||
|
|
||
| [project.optional-dependencies] | ||
| vllm = ["vllm>=0.10.0"] |
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.
vllm crashes windows install, so kept optional
|
|
||
| Notes: | ||
| - If you're using Windows, we highly recommend using WSL2 (Windows Subsystem for Linux). | ||
| - If you're using Windows, we highly recommend using WSL2 (Windows Subsystem for Linux). Please the Windows instructions in the [Installation](#Installation) section. |
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.
Please the Windows instructions in the Installation section
Missing word?
Please FOLLOW the Windows instructions...?
Please VIEW the Windows instructions...?
Minor fixes to enable windows support for fara-cli and install instructions.
Closes #32