Skip to content

deci gguf support #38669

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

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

deci gguf support #38669

wants to merge 4 commits into from

Conversation

ved1beta
Copy link
Contributor

@ved1beta ved1beta commented Jun 8, 2025

What does this PR do?

GGUF support for deci
Fixes #37736

Before submitting

  • Was this discussed/approved via a Github issue or the Please add a link

Who can review?

@MekkCyber

@ved1beta ved1beta closed this Jun 8, 2025
@ved1beta ved1beta deleted the deci_gguf branch June 8, 2025 06:06
@ved1beta ved1beta restored the deci_gguf branch June 8, 2025 06:09
@ved1beta ved1beta reopened this Jun 8, 2025
Copy link
Contributor

@MekkCyber MekkCyber left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM thanks for adding this 🔥 ! can you please add some tests in tests/quantization/ggml/ ?

@MekkCyber MekkCyber requested a review from Isotr0py June 11, 2025 12:43
Comment on lines +983 to +992
try:
original_model = AutoModelForCausalLM.from_pretrained(
original_model_id,
torch_dtype=torch.float16,
trust_remote_code=True,
device_map="auto",
)
except Exception as e:
self.skipTest(f"Original Deci model not available for comparison: {e}")
return
Copy link
Collaborator

@Isotr0py Isotr0py Jun 12, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do we need this try: ... excetpt: .... statement in test? Should't the test failed if it encounter an Exception?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ValueError: GGUF model with architecture deci is not supported yet.
3 participants