ludwig Windows支持需求

u4dcyp6a  于 2个月前  发布在  Windows
关注(0)|答案(2)|浏览(33)

描述bug

当前的ludwig似乎无法在Windows上运行,因为底层的bitsandbytes库在Windows上无法正常工作。有一些第三方的bitsandbytes编译版本。请考虑更新这个库,以便可以在Windows上运行ludwig。

重现问题

在Windows上运行notebook

预期行为

应该可以正常工作

截图

环境信息(请填写以下信息):

  • 操作系统:Windows
  • 版本:11
  • Python版本:3.10.12
  • Ludwig版本:0.8.6
    额外的上下文

m4pnthwp

m4pnthwp1#

你好,omnific9!感谢提出这个问题。
你有没有在Windows上运行的第三方编译链接?

j9per5c4

j9per5c42#

@arnavgarg1 bear with me as I explain this:
I believe this worked for me

pip install bitsandbytes --prefer-binary --extra-index-url=https://jllllll.github.io/bitsandbytes-windows-webui

However, in the interim I also tried https://pypi.org/project/bitsandbytes-windows/
While I'm 80% sure the former method works, there's a chance that the latter one works. You might need to try both. I tried so much stuff that my memory has become a bit blurry.
Thanks for your attention!

相关问题