mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-07-27 23:47:46 +00:00
fix: error in prompt template (#1065)
* fix prompt error * fix prompt error
This commit is contained in:
@@ -154,6 +154,8 @@ pipeline_coder:
|
||||
3. Optimize model configuration or validation strategy to improve overall effectiveness.
|
||||
|
||||
The previous version of the code is correct. You should improve the code based on the provided task while ensuring that unrelated parts remain unchanged.
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
||||
|
||||
pipeline_eval:
|
||||
@@ -262,7 +264,7 @@ pipeline_eval:
|
||||
{{ scenario }}
|
||||
|
||||
# Task Description
|
||||
{{ task desc }}
|
||||
{{ task_desc }}
|
||||
|
||||
## Task Specification for Code Structure
|
||||
{{ spec }}
|
||||
|
||||
Reference in New Issue
Block a user