Problem
The same as with #451, while the fix already exists on #452, projects leveraging the 0.4 architecture cannot use it due that the huge amount of changes, like the transition to Fusor as the backend.
Steps To Reproduce
Steps to reproduce the behavior. Include a code sample or a link to a repository with the code sample if applicable:
Expected behavior
We would be able to use system prompts without drifting with any LLM model family.
Theoretical/Desired Solution
To have a patch version of 0.4 (0.4.1) fixing this issue without pulling all of the main HEAD changes for the project available on crates.io, and to mark all of the fusor non-prod-ready changes as a different version to avoid confusion. Why? Some projects (like mine) are using the 0.4 CUDA-based architecture with good performance but just got problems using the system prompts, and while Fusor is still WIP, it would be great to have the fix on the existing battle tested architecture.
Environment:
- Crate version: [
Kalosm 0.4.0]
- Rust version: [1.99.0,
nightly]
- OS info: [Arch Linux via WSL2]
Questionnaire
Problem
The same as with #451, while the fix already exists on #452, projects leveraging the 0.4 architecture cannot use it due that the huge amount of changes, like the transition to Fusor as the backend.
Steps To Reproduce
Steps to reproduce the behavior. Include a code sample or a link to a repository with the code sample if applicable:
llm.chat().with_system_prompt(<YOUR TEST SYSTEM PROMPT>)Expected behavior
We would be able to use system prompts without drifting with any LLM model family.
Theoretical/Desired Solution
To have a patch version of 0.4 (0.4.1) fixing this issue without pulling all of the main HEAD changes for the project available on crates.io, and to mark all of the fusor non-prod-ready changes as a different version to avoid confusion. Why? Some projects (like mine) are using the 0.4 CUDA-based architecture with good performance but just got problems using the system prompts, and while Fusor is still WIP, it would be great to have the fix on the existing battle tested architecture.
Environment:
Kalosm 0.4.0]nightly]Questionnaire