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

[BUG] Bitdefender flags the binary as malicious. #28

Open
singultus opened this issue Sep 24, 2024 · 1 comment
Open

[BUG] Bitdefender flags the binary as malicious. #28

singultus opened this issue Sep 24, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@singultus
Copy link

Bitdefender considers your binary to be malicious, identified as Gen:Variant.Tedy.644475. Googling reveals that this may be a false positive. However, on virustotal.com 15 out of 75 security vendors raise a red flag. You might want to look into that.

@singultus singultus added the bug Something isn't working label Sep 24, 2024
@leafspark
Copy link
Owner

Not sure why it's flagging the exe created by PyInstaller (Nuitka doesn't have this issue). My guess is that because of the use of the subprocess.run module to execute the llama.cpp quantization and conversion scripts, it identifies it as similar to other malware that uses the same module to execute commands on the system.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants