-
Notifications
You must be signed in to change notification settings - Fork 24
Add that the polars engine is currently single gpu in our faq q&a #429
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?
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Matt711
left a comment
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.
Thanks, just a few things
| <h2 class="accordion-header"> | ||
| <button class="accordion-button wrappable-button" type="button" data-bs-toggle="collapse" data-bs-target="#collapse2" aria-expanded="false" aria-controls="collapse2"> | ||
| Can I use the Polars GPU engine on a Windows machine? | ||
| How many GPUs does the Polars GPU Engine work with? |
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.
Can you change line 182 to pip install polars[gpu] and remove the --extra-index-url=https://pypi.nvidia.com?
| <div class="accordion-item"> | ||
| <h2 class="accordion-header"> | ||
| <button class="accordion-button wrappable-button" type="button" data-bs-toggle="collapse" data-bs-target="#collapse6" aria-expanded="false" aria-controls="collapse6"> | ||
| What parameters can I pass to the GPUEngine? |
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.
This is in all caps (like "GPUENGINE") when the docs are rendered, I think. Can we add a space?
| What parameters can I pass to the GPUEngine? | |
| What parameters can I pass to the GPU Engine? |
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.
I'm also OK with leaving as is.
Added an FAQ accordion to let users know that polars is currently single gpu