Skip to content

Conversation

@RadoslawPlawecki
Copy link
Contributor

Description

The different results were obtained depending on the evaluation method. To solve this issue, environment variables were added to interference_vllm.py.

os.environ["VLLM_USE_V1"] = "0"
os.environ["CUBLAS_WORKSPACE_CONFIG"]=":4096:8"
os.environ["VLLM_ENABLE_V1_MULTIPROCESSING"] = "0"

After introducing the changes, all the tests were passed successfully.

Copy link
Collaborator

@DzmitryPihulski DzmitryPihulski left a comment

Choose a reason for hiding this comment

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

The main issue here is not using the chat template, but I will add it in future versions

@DzmitryPihulski DzmitryPihulski merged commit 008de41 into LLMSQL:main Dec 1, 2025
4 checks passed
@codecov
Copy link

codecov bot commented Dec 1, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

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.

2 participants