Pl 135538 skvaider add dummy server - #39
Draft
elikoga wants to merge 4 commits into
Draft
Conversation
- Add src/skvaider/dummy_engine/ -- DummyModel with HTTP control API (POST /__control/set_response, GET /__control/last_request, POST /__control/reset) - Add DummyModelConfig to inference config's AnyModelConfig discriminated union - Wire DummyModel into inference server lifespan (lazy import, isinstance branch) - Replace OpenAIServerMock with DummyModel-based fixture - Rename gemma -> gemma_real, add gemma fixture using DummyModel (default) - Rename embeddinggemma -> embeddinggemma_real for stability test - Update 6 tests to use dummy engine (test_health, test_metrics, test_proxy, test_model_name_case_normalization, test_health_monitoring streaming) - Add aiohttp dev dependency
- nix/config-inference-test.toml: switch from llama-server to dummy engine - config-inference-1.toml, config-inference-2.toml: remove commented GGUF stanzas - CLAUDE.md: update inference description and request flow to mention dummy engine
- test_manager_start_model: use gemma (dummy), remove /v1/models assertion - test_manager_start_crash_quick_return: replaced with test_manager_start_gemma_is_dummy (proves default fixture is DummyModel) - test_embeddinggemma_output_stability: replaced with test_dummy_embedding_determinism (proves deterministic embeddings) - Add embeddinggemma / embeddinggemma_dummy fixtures (dummy engine)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.