OS
Windows
GPU Library
CUDA 12.x
Python version
3.11
Describe the bug
There's no way for the front-end to set the context length of the conversation. Either the context is set via max_seq_len in a config file or there's no context size control at all.
This is terrible for tools like Cline where you want it to be able to set a custom context when running the model and it may differ with each run.
Reproduction steps
Running Cline with context set to any value.
Expected behavior
Tabby should run the model with the context length ("max_seq_len") that's requested.
Logs
No response
Additional context
No response
Acknowledgements
OS
Windows
GPU Library
CUDA 12.x
Python version
3.11
Describe the bug
There's no way for the front-end to set the context length of the conversation. Either the context is set via max_seq_len in a config file or there's no context size control at all.
This is terrible for tools like Cline where you want it to be able to set a custom context when running the model and it may differ with each run.
Reproduction steps
Running Cline with context set to any value.
Expected behavior
Tabby should run the model with the context length ("max_seq_len") that's requested.
Logs
No response
Additional context
No response
Acknowledgements