Skip to content

Commit

Permalink
remove inference test as we cannot have models
Browse files Browse the repository at this point in the history
  • Loading branch information
yrobla committed Dec 2, 2024
1 parent 74c9508 commit 56d4d93
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 76 deletions.
3 changes: 0 additions & 3 deletions models/all-minilm-L6-v2-q5_k_m.gguf

This file was deleted.

3 changes: 0 additions & 3 deletions models/qwen2.5-coder-1.5b-instruct-q5_k_m.gguf

This file was deleted.

6 changes: 0 additions & 6 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
import yaml

from codegate.config import Config
from codegate.inference import LlamaCppInferenceEngine


@pytest.fixture
Expand Down Expand Up @@ -95,8 +94,3 @@ def parse_json_log(log_line: str) -> dict[str, Any]:
return json.loads(log_line)
except json.JSONDecodeError as e:
pytest.fail(f"Invalid JSON log line: {e}")


@pytest.fixture
def inference_engine() -> LlamaCppInferenceEngine:
return LlamaCppInferenceEngine()
64 changes: 0 additions & 64 deletions tests/test_inference.py

This file was deleted.

0 comments on commit 56d4d93

Please sign in to comment.