- 
                Notifications
    You must be signed in to change notification settings 
- Fork 150
Support bitnet models #1334
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?
Support bitnet models #1334
Conversation
008bc8b    to
    a3b91d2      
    Compare
  
    | @bot /style | 
| Style fixes have been applied. View the workflow run here. | 
| The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. | 
cae06e8    to
    5c526a2      
    Compare
  
    | @IlyasMoutawwakil could you help with testing this? I wanted to use awq or gptq models as reference, but are they tested? | 
| 
 yes the awq/gptq tests pass usually. | 
| @IlyasMoutawwakil Thanks for confirmation, I had issues with package versions locally. | 
| @bot /style | 
| @bot /style | 
| Style bot fixed some files and pushed the changes. | 
| I see that the bitnet test are conditioned on an openvino version that's still not released, did it work with nightly ? | 
| @IlyasMoutawwakil It succeeds for me locally, can we run tests on nightly for CI? If I remember correctly there is a flag for this | 
| @mvafin yes they are currently running | 
| bitnet support on CPU is still WIP. | 
| @IlyasMoutawwakil could you start tests here? Bitnet should work now with nightly openvino | 
| @mvafin OpenVINO 2025.3 is installed in tests by default, you can temporarily update the https://github.com/huggingface/optimum-intel/blob/main/.github/workflows/test_openvino.yml workflow to install openvino-nightly | 
Co-authored-by: Nikita Savelyev <[email protected]>
| 
 @nikita-savelyevv Is openvino-test label no longer works for such purpose? | 
| 
 There is  | 
| @bot /style | 
| Style fix is beginning .... View the workflow run here. | 
| @nikita-savelyevv @IlyasMoutawwakil The failures doesn't seem to be connected with changes. | 
What does this PR do?
Add support for bitnet models.
Fixes # (issue)
Before submitting