Skip to content

Added Ollama support & unit test (Fixes #34)#36

Open
Haris-Dilawar wants to merge 1 commit intovictordibia:mainfrom
Haris-Dilawar:main
Open

Added Ollama support & unit test (Fixes #34)#36
Haris-Dilawar wants to merge 1 commit intovictordibia:mainfrom
Haris-Dilawar:main

Conversation

@Haris-Dilawar
Copy link

@Haris-Dilawar Haris-Dilawar commented Feb 25, 2025

This PR introduces Ollama support to llmx, enabling it to work with locally optimized, quantized LLMs for low-computation environments.
Changes Implemented:
-Added Ollama provider in config.yaml to support models (deepseek-r1, llama3.1 and qwen2.5-coder:3b)
-Added a ollama_textgen module.
-Updated test_generators.py to verify Ollama-based text generation.
-Updated pyproject.toml to include ollama as a dependency.

Checklist Before Merging
-Passed unit tests
How I Tested It:

  • Ran pytest to confirm all tests pass.

## Closes Issue #34
This PR fully addresses Issue #34 by adding Ollama support and ensuring stable tests.

@Haris-Dilawar Haris-Dilawar changed the title INTEGRATION OF LLMX WITH OLLAMA #34 INTEGRATION OF LLMX WITH OLLAMA Issue#34 Feb 25, 2025
@Haris-Dilawar Haris-Dilawar changed the title INTEGRATION OF LLMX WITH OLLAMA Issue#34 INTEGRATION OF LLMX WITH OLLAMA (Fixes #34) Feb 25, 2025
@Haris-Dilawar Haris-Dilawar changed the title INTEGRATION OF LLMX WITH OLLAMA (Fixes #34) Added Ollama support & unit tests (Fixes #34) Feb 25, 2025
@Haris-Dilawar Haris-Dilawar changed the title Added Ollama support & unit tests (Fixes #34) Added Ollama support & unit test (Fixes #34) Feb 25, 2025
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.

1 participant