ommlds 0.0.0.dev460__tar.gz → 0.0.0.dev462__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of ommlds might be problematic. Click here for more details.
- {ommlds-0.0.0.dev460/ommlds.egg-info → ommlds-0.0.0.dev462}/PKG-INFO +7 -7
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/.omlish-manifests.json +4 -5
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/__about__.py +2 -2
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/cli/sessions/chat/printing.py +41 -9
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/cli/sessions/chat/prompt.py +17 -7
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/backends/impls/anthropic/names.py +3 -4
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462/ommlds.egg-info}/PKG-INFO +7 -7
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds.egg-info/requires.txt +6 -6
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/pyproject.toml +7 -7
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/LICENSE +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/MANIFEST.in +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/README.md +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/__init__.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/_hacks/__init__.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/_hacks/patches.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/backends/__init__.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/backends/anthropic/__init__.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/backends/anthropic/protocol/__init__.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/backends/anthropic/protocol/_marshal.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/backends/anthropic/protocol/sse/__init__.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/backends/anthropic/protocol/sse/_marshal.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/backends/anthropic/protocol/sse/assemble.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/backends/anthropic/protocol/sse/events.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/backends/anthropic/protocol/types.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/backends/google/__init__.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/backends/google/protocol/__init__.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/backends/google/protocol/_marshal.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/backends/google/protocol/types.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/backends/llamacpp/__init__.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/backends/llamacpp/buildwheel.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/backends/llamacpp/logging.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/backends/mlx/__init__.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/backends/mlx/__main__.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/backends/mlx/caching.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/backends/mlx/cli.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/backends/mlx/generation.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/backends/mlx/limits.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/backends/mlx/loading.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/backends/mlx/tokenization/LICENSE +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/backends/mlx/tokenization/__init__.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/backends/mlx/tokenization/detokenization/__init__.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/backends/mlx/tokenization/detokenization/base.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/backends/mlx/tokenization/detokenization/bpe.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/backends/mlx/tokenization/detokenization/naive.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/backends/mlx/tokenization/detokenization/spm.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/backends/mlx/tokenization/loading.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/backends/mlx/tokenization/tokenization.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/backends/mlx/tokenization/types.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/backends/openai/__init__.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/backends/openai/protocol/__init__.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/backends/openai/protocol/_common.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/backends/openai/protocol/_marshal.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/backends/openai/protocol/chatcompletion/__init__.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/backends/openai/protocol/chatcompletion/chunk.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/backends/openai/protocol/chatcompletion/contentpart.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/backends/openai/protocol/chatcompletion/message.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/backends/openai/protocol/chatcompletion/request.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/backends/openai/protocol/chatcompletion/response.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/backends/openai/protocol/chatcompletion/responseformat.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/backends/openai/protocol/chatcompletion/tokenlogprob.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/backends/openai/protocol/completionusage.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/backends/tinygrad/__init__.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/backends/tinygrad/models/LICENSE +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/backends/tinygrad/models/__init__.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/backends/tinygrad/models/llama3/__init__.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/backends/tinygrad/models/llama3/__main__.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/backends/tinygrad/models/llama3/attention.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/backends/tinygrad/models/llama3/cli.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/backends/tinygrad/models/llama3/fetch.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/backends/tinygrad/models/llama3/llm.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/backends/tinygrad/models/llama3/loading.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/backends/tinygrad/models/llama3/quantization.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/backends/tinygrad/models/llama3/sampling.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/backends/tinygrad/models/llama3/tokenization.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/backends/tinygrad/models/llama3/transformer.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/backends/tinygrad/models/sdxl/__init__.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/backends/tinygrad/models/sdxl/__main__.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/backends/tinygrad/models/sdxl/cli.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/backends/tinygrad/models/sdxl/clip.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/backends/tinygrad/models/sdxl/sdxl.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/backends/tinygrad/models/sdxl/unet.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/backends/tinygrad/tinygrad.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/backends/torch/__init__.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/backends/torch/backends.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/backends/torch/devices.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/backends/torch/purge.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/cli/__init__.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/cli/__main__.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/cli/backends/__init__.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/cli/backends/inject.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/cli/backends/standard.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/cli/inject.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/cli/main.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/cli/sessions/__init__.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/cli/sessions/base.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/cli/sessions/chat/__init__.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/cli/sessions/chat/base.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/cli/sessions/chat/code.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/cli/sessions/chat/inject.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/cli/sessions/chat/interactive.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/cli/sessions/chat/state.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/cli/sessions/chat/tools.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/cli/sessions/completion/__init__.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/cli/sessions/completion/completion.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/cli/sessions/embedding/__init__.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/cli/sessions/embedding/embedding.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/cli/sessions/inject.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/cli/state.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/cli/tools/__init__.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/cli/tools/config.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/cli/tools/inject.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/cli/tools/weather.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/datasets/__init__.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/datasets/lib/__init__.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/datasets/lib/movies.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/huggingface.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/__init__.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/_marshal.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/_typedvalues.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/backends/__init__.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/backends/catalogs/__init__.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/backends/catalogs/base.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/backends/catalogs/simple.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/backends/catalogs/strings.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/backends/impls/__init__.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/backends/impls/anthropic/__init__.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/backends/impls/anthropic/chat.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/backends/impls/anthropic/stream.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/backends/impls/duckduckgo/__init__.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/backends/impls/duckduckgo/search.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/backends/impls/google/__init__.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/backends/impls/google/chat.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/backends/impls/google/names.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/backends/impls/google/search.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/backends/impls/google/stream.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/backends/impls/google/tools.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/backends/impls/huggingface/__init__.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/backends/impls/huggingface/configs.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/backends/impls/huggingface/repos.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/backends/impls/llamacpp/__init__.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/backends/impls/llamacpp/chat.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/backends/impls/llamacpp/completion.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/backends/impls/llamacpp/format.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/backends/impls/llamacpp/stream.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/backends/impls/mistral.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/backends/impls/mlx/__init__.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/backends/impls/mlx/chat.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/backends/impls/openai/__init__.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/backends/impls/openai/chat.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/backends/impls/openai/completion.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/backends/impls/openai/embedding.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/backends/impls/openai/format.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/backends/impls/openai/format2.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/backends/impls/openai/names.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/backends/impls/openai/stream.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/backends/impls/sentencepiece/__init__.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/backends/impls/sentencepiece/tokens.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/backends/impls/sqlite.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/backends/impls/tinygrad/__init__.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/backends/impls/tinygrad/chat.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/backends/impls/tokenizers/__init__.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/backends/impls/tokenizers/tokens.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/backends/impls/transformers/__init__.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/backends/impls/transformers/sentence.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/backends/impls/transformers/tokens.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/backends/impls/transformers/transformers.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/backends/strings/__init__.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/backends/strings/manifests.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/backends/strings/parsing.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/backends/strings/resolving.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/chat/__init__.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/chat/_marshal.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/chat/choices/__init__.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/chat/choices/adapters.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/chat/choices/services.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/chat/choices/types.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/chat/formats.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/chat/history.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/chat/messages.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/chat/metadata.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/chat/services.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/chat/stream/__init__.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/chat/stream/_marshal.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/chat/stream/adapters.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/chat/stream/services.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/chat/stream/types.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/chat/templating.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/chat/tools/__init__.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/chat/tools/execution.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/chat/tools/ids.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/chat/tools/parsing.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/chat/tools/types.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/chat/transforms/__init__.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/chat/transforms/base.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/chat/transforms/metadata.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/chat/transforms/services.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/chat/types.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/completion.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/configs.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/content/__init__.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/content/_marshal.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/content/images.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/content/json.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/content/materialize.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/content/metadata.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/content/namespaces.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/content/placeholders.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/content/prepare.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/content/sequence.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/content/simple.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/content/text.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/content/transforms/__init__.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/content/transforms/base.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/content/transforms/interleave.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/content/transforms/squeeze.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/content/transforms/stringify.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/content/transforms/strings.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/content/types.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/docs/__init__.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/docs/docs.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/docs/dtypes.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/docs/filters.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/envs.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/json.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/lib/__init__.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/lib/bash.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/lib/code/__init__.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/lib/code/prompts.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/lib/fs/__init__.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/lib/fs/binfiles.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/lib/fs/context.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/lib/fs/errors.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/lib/fs/suggestions.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/lib/fs/tools/__init__.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/lib/fs/tools/edit.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/lib/fs/tools/ls.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/lib/fs/tools/read.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/lib/fs/tools/recursivels/__init__.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/lib/fs/tools/recursivels/execution.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/lib/fs/tools/recursivels/rendering.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/lib/fs/tools/recursivels/running.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/lib/todo/__init__.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/lib/todo/context.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/lib/todo/tools/__init__.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/lib/todo/tools/read.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/lib/todo/tools/write.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/lib/todo/types.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/llms/__init__.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/llms/_marshal.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/llms/tokens.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/llms/types.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/metadata.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/models/__init__.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/models/configs.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/models/names.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/models/repos/__init__.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/models/repos/resolving.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/registries/__init__.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/registries/globals.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/registries/manifests.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/registries/registry.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/resources.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/search.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/services/__init__.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/services/_marshal.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/services/_origclasses.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/services/_typedvalues.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/services/facades.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/services/requests.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/services/responses.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/services/services.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/standard.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/stream/__init__.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/stream/services.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/stream/wrap.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/text/__init__.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/text/applypatch.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/text/toolparsing/__init__.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/text/toolparsing/base.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/text/toolparsing/dumb.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/text/toolparsing/llamacpp/LICENSE +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/text/toolparsing/llamacpp/__init__.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/text/toolparsing/llamacpp/hermes2.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/text/toolparsing/llamacpp/llama31.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/text/toolparsing/llamacpp/types.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/text/toolparsing/llamacpp/utils.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/tokens/__init__.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/tokens/specials.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/tokens/tokenizers.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/tokens/types.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/tokens/vocabs.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/tools/__init__.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/tools/_marshal.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/tools/execution/__init__.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/tools/execution/catalog.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/tools/execution/context.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/tools/execution/errors.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/tools/execution/executors.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/tools/execution/reflect.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/tools/fns.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/tools/jsonschema.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/tools/reflect.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/tools/types.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/types.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/utils.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/vectors/__init__.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/vectors/_marshal.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/vectors/embeddings.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/vectors/index.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/vectors/search.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/vectors/similarity.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/vectors/stores.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/vectors/types.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/server/__init__.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/server/__main__.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/server/cli.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/server/client.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/server/server.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/server/service.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/tools/__init__.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/tools/git.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/tools/ocr.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/wiki/__init__.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/wiki/analyze.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/wiki/convert.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/wiki/models.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/wiki/text/__init__.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/wiki/text/mfh.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/wiki/text/wtp.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/wiki/utils/__init__.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/wiki/utils/io.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/wiki/utils/progress.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/wiki/utils/xml.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/wiki/xml.py +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds.egg-info/SOURCES.txt +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds.egg-info/dependency_links.txt +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds.egg-info/entry_points.txt +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds.egg-info/top_level.txt +0 -0
- {ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ommlds
|
|
3
|
-
Version: 0.0.0.
|
|
3
|
+
Version: 0.0.0.dev462
|
|
4
4
|
Summary: ommlds
|
|
5
5
|
Author: wrmsr
|
|
6
6
|
License-Expression: BSD-3-Clause
|
|
@@ -14,8 +14,8 @@ Classifier: Programming Language :: Python :: 3.13
|
|
|
14
14
|
Requires-Python: >=3.13
|
|
15
15
|
Description-Content-Type: text/markdown
|
|
16
16
|
License-File: LICENSE
|
|
17
|
-
Requires-Dist: omdev==0.0.0.
|
|
18
|
-
Requires-Dist: omlish==0.0.0.
|
|
17
|
+
Requires-Dist: omdev==0.0.0.dev462
|
|
18
|
+
Requires-Dist: omlish==0.0.0.dev462
|
|
19
19
|
Provides-Extra: all
|
|
20
20
|
Requires-Dist: llama-cpp-python~=0.3; extra == "all"
|
|
21
21
|
Requires-Dist: mlx~=0.29; extra == "all"
|
|
@@ -23,7 +23,7 @@ Requires-Dist: mlx-lm~=0.28; sys_platform == "darwin" and extra == "all"
|
|
|
23
23
|
Requires-Dist: tiktoken~=0.12; extra == "all"
|
|
24
24
|
Requires-Dist: tinygrad~=0.11; extra == "all"
|
|
25
25
|
Requires-Dist: tokenizers~=0.22; extra == "all"
|
|
26
|
-
Requires-Dist: torch~=2.
|
|
26
|
+
Requires-Dist: torch~=2.9; extra == "all"
|
|
27
27
|
Requires-Dist: transformers~=4.57; extra == "all"
|
|
28
28
|
Requires-Dist: sentence-transformers~=5.1; extra == "all"
|
|
29
29
|
Requires-Dist: huggingface-hub~=0.35; extra == "all"
|
|
@@ -31,7 +31,7 @@ Requires-Dist: datasets~=4.2; extra == "all"
|
|
|
31
31
|
Requires-Dist: numpy>=1.26; extra == "all"
|
|
32
32
|
Requires-Dist: pytesseract~=0.3; extra == "all"
|
|
33
33
|
Requires-Dist: rapidocr-onnxruntime~=1.4; extra == "all"
|
|
34
|
-
Requires-Dist: pillow~=
|
|
34
|
+
Requires-Dist: pillow~=12.0; extra == "all"
|
|
35
35
|
Requires-Dist: ddgs~=9.6; extra == "all"
|
|
36
36
|
Requires-Dist: mwparserfromhell~=0.7; extra == "all"
|
|
37
37
|
Requires-Dist: wikitextparser~=0.56; extra == "all"
|
|
@@ -43,7 +43,7 @@ Requires-Dist: mlx-lm~=0.28; sys_platform == "darwin" and extra == "backends"
|
|
|
43
43
|
Requires-Dist: tiktoken~=0.12; extra == "backends"
|
|
44
44
|
Requires-Dist: tinygrad~=0.11; extra == "backends"
|
|
45
45
|
Requires-Dist: tokenizers~=0.22; extra == "backends"
|
|
46
|
-
Requires-Dist: torch~=2.
|
|
46
|
+
Requires-Dist: torch~=2.9; extra == "backends"
|
|
47
47
|
Requires-Dist: transformers~=4.57; extra == "backends"
|
|
48
48
|
Requires-Dist: sentence-transformers~=5.1; extra == "backends"
|
|
49
49
|
Provides-Extra: huggingface
|
|
@@ -55,7 +55,7 @@ Provides-Extra: ocr
|
|
|
55
55
|
Requires-Dist: pytesseract~=0.3; extra == "ocr"
|
|
56
56
|
Requires-Dist: rapidocr-onnxruntime~=1.4; extra == "ocr"
|
|
57
57
|
Provides-Extra: pillow
|
|
58
|
-
Requires-Dist: pillow~=
|
|
58
|
+
Requires-Dist: pillow~=12.0; extra == "pillow"
|
|
59
59
|
Provides-Extra: search
|
|
60
60
|
Requires-Dist: ddgs~=9.6; extra == "search"
|
|
61
61
|
Provides-Extra: wiki
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"module": ".minichain.backends.impls.anthropic.names",
|
|
34
34
|
"attr": "_BACKEND_STRINGS_MANIFEST",
|
|
35
35
|
"file": "ommlds/minichain/backends/impls/anthropic/names.py",
|
|
36
|
-
"line":
|
|
36
|
+
"line": 34,
|
|
37
37
|
"value": {
|
|
38
38
|
"!.minichain.backends.strings.manifests.BackendStringsManifest": {
|
|
39
39
|
"service_cls_names": [
|
|
@@ -50,10 +50,9 @@
|
|
|
50
50
|
"claude-sonnet-4-5-20250929": null,
|
|
51
51
|
"claude-sonnet-4-5": "claude-sonnet-4-5-20250929",
|
|
52
52
|
"claude-sonnet": "claude-sonnet-4-5",
|
|
53
|
-
"claude-
|
|
54
|
-
"claude-haiku-
|
|
55
|
-
"claude-haiku
|
|
56
|
-
"claude-haiku": "claude-haiku-3-5",
|
|
53
|
+
"claude-haiku-4-5-20251001": null,
|
|
54
|
+
"claude-haiku-4-5": "claude-haiku-4-5-20251001",
|
|
55
|
+
"claude-haiku": "claude-haiku-4-5",
|
|
57
56
|
"claude": "claude-haiku"
|
|
58
57
|
}
|
|
59
58
|
}
|
|
@@ -30,7 +30,7 @@ class Project(ProjectBase):
|
|
|
30
30
|
|
|
31
31
|
'tokenizers ~= 0.22',
|
|
32
32
|
|
|
33
|
-
'torch ~= 2.
|
|
33
|
+
'torch ~= 2.9',
|
|
34
34
|
|
|
35
35
|
'transformers ~= 4.57',
|
|
36
36
|
'sentence-transformers ~= 5.1',
|
|
@@ -52,7 +52,7 @@ class Project(ProjectBase):
|
|
|
52
52
|
],
|
|
53
53
|
|
|
54
54
|
'pillow': [
|
|
55
|
-
'pillow ~=
|
|
55
|
+
'pillow ~= 12.0',
|
|
56
56
|
],
|
|
57
57
|
|
|
58
58
|
'search': [
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import abc
|
|
2
2
|
import typing as ta
|
|
3
3
|
|
|
4
|
+
from omdev.tui import rich
|
|
4
5
|
from omlish import check
|
|
5
6
|
from omlish import lang
|
|
6
7
|
from omlish.formats import json
|
|
@@ -8,11 +9,6 @@ from omlish.formats import json
|
|
|
8
9
|
from .... import minichain as mc
|
|
9
10
|
|
|
10
11
|
|
|
11
|
-
with lang.auto_proxy_import(globals()):
|
|
12
|
-
from rich import console as rich_console
|
|
13
|
-
from rich import markdown as rich_markdown
|
|
14
|
-
|
|
15
|
-
|
|
16
12
|
##
|
|
17
13
|
|
|
18
14
|
|
|
@@ -22,7 +18,7 @@ class ChatSessionPrinter(lang.Abstract):
|
|
|
22
18
|
raise NotImplementedError
|
|
23
19
|
|
|
24
20
|
|
|
25
|
-
|
|
21
|
+
#
|
|
26
22
|
|
|
27
23
|
|
|
28
24
|
class StringChatSessionPrinter(ChatSessionPrinter, lang.Abstract):
|
|
@@ -59,7 +55,7 @@ class StringChatSessionPrinter(ChatSessionPrinter, lang.Abstract):
|
|
|
59
55
|
raise TypeError(obj)
|
|
60
56
|
|
|
61
57
|
|
|
62
|
-
|
|
58
|
+
#
|
|
63
59
|
|
|
64
60
|
|
|
65
61
|
class SimpleStringChatSessionPrinter(StringChatSessionPrinter):
|
|
@@ -82,7 +78,7 @@ class SimpleStringChatSessionPrinter(StringChatSessionPrinter):
|
|
|
82
78
|
self._str_printer(s)
|
|
83
79
|
|
|
84
80
|
|
|
85
|
-
|
|
81
|
+
#
|
|
86
82
|
|
|
87
83
|
|
|
88
84
|
class MarkdownStringChatSessionPrinter(StringChatSessionPrinter):
|
|
@@ -91,4 +87,40 @@ class MarkdownStringChatSessionPrinter(StringChatSessionPrinter):
|
|
|
91
87
|
if not s:
|
|
92
88
|
return
|
|
93
89
|
|
|
94
|
-
|
|
90
|
+
rich.Console().print(rich.Markdown(s))
|
|
91
|
+
|
|
92
|
+
|
|
93
|
+
##
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
class StreamPrinter(lang.ExitStacked, lang.Abstract):
|
|
97
|
+
@abc.abstractmethod
|
|
98
|
+
def feed(self, s: str) -> None:
|
|
99
|
+
raise NotImplementedError
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
#
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
class SimpleStreamPrinter(StreamPrinter):
|
|
106
|
+
def feed(self, s: str) -> None:
|
|
107
|
+
print(s, end='', flush=True)
|
|
108
|
+
|
|
109
|
+
def _exit_contexts(self) -> None:
|
|
110
|
+
super()._exit_contexts()
|
|
111
|
+
print(flush=True)
|
|
112
|
+
|
|
113
|
+
|
|
114
|
+
#
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
class MarkdownStreamPrinter(StreamPrinter):
|
|
118
|
+
def __init__(self) -> None:
|
|
119
|
+
super().__init__()
|
|
120
|
+
|
|
121
|
+
def _enter_contexts(self) -> None:
|
|
122
|
+
super()._enter_contexts()
|
|
123
|
+
self._ir: rich.MarkdownLiveStream = self._enter_context(rich.IncrementalMarkdownLiveStream())
|
|
124
|
+
|
|
125
|
+
def feed(self, s: str) -> None:
|
|
126
|
+
self._ir.feed(s)
|
|
@@ -9,6 +9,9 @@ from .base import DEFAULT_CHAT_MODEL_BACKEND
|
|
|
9
9
|
from .base import ChatOptions
|
|
10
10
|
from .base import ChatSession
|
|
11
11
|
from .printing import ChatSessionPrinter
|
|
12
|
+
from .printing import MarkdownStreamPrinter
|
|
13
|
+
from .printing import SimpleStreamPrinter
|
|
14
|
+
from .printing import StreamPrinter
|
|
12
15
|
from .state import ChatStateManager
|
|
13
16
|
from .tools import ToolUseExecutor
|
|
14
17
|
|
|
@@ -81,13 +84,20 @@ class PromptChatSession(ChatSession['PromptChatSession.Config']):
|
|
|
81
84
|
(self._chat_options or []),
|
|
82
85
|
))).v as st_resp:
|
|
83
86
|
lst: list[str] = []
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
87
|
+
|
|
88
|
+
sp_cls: type[StreamPrinter]
|
|
89
|
+
if self._config.markdown:
|
|
90
|
+
sp_cls = MarkdownStreamPrinter
|
|
91
|
+
else:
|
|
92
|
+
sp_cls = SimpleStreamPrinter
|
|
93
|
+
with sp_cls() as sp:
|
|
94
|
+
async for o in st_resp:
|
|
95
|
+
if o:
|
|
96
|
+
c = check.isinstance(check.single(check.single(o.choices).deltas), mc.ContentAiChoiceDelta).c # noqa
|
|
97
|
+
if c is not None:
|
|
98
|
+
s = check.isinstance(c, str)
|
|
99
|
+
sp.feed(s)
|
|
100
|
+
lst.append(s)
|
|
91
101
|
|
|
92
102
|
resp_m = mc.AiMessage(''.join(lst))
|
|
93
103
|
new_chat.append(resp_m)
|
{ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/minichain/backends/impls/anthropic/names.py
RENAMED
|
@@ -22,10 +22,9 @@ MODEL_NAMES = ModelNameCollection(
|
|
|
22
22
|
'claude-sonnet-4-5': 'claude-sonnet-4-5-20250929',
|
|
23
23
|
'claude-sonnet': 'claude-sonnet-4-5',
|
|
24
24
|
|
|
25
|
-
'claude-
|
|
26
|
-
'claude-haiku-
|
|
27
|
-
'claude-haiku
|
|
28
|
-
'claude-haiku': 'claude-haiku-3-5',
|
|
25
|
+
'claude-haiku-4-5-20251001': None,
|
|
26
|
+
'claude-haiku-4-5': 'claude-haiku-4-5-20251001',
|
|
27
|
+
'claude-haiku': 'claude-haiku-4-5',
|
|
29
28
|
|
|
30
29
|
'claude': 'claude-haiku',
|
|
31
30
|
},
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ommlds
|
|
3
|
-
Version: 0.0.0.
|
|
3
|
+
Version: 0.0.0.dev462
|
|
4
4
|
Summary: ommlds
|
|
5
5
|
Author: wrmsr
|
|
6
6
|
License-Expression: BSD-3-Clause
|
|
@@ -14,8 +14,8 @@ Classifier: Programming Language :: Python :: 3.13
|
|
|
14
14
|
Requires-Python: >=3.13
|
|
15
15
|
Description-Content-Type: text/markdown
|
|
16
16
|
License-File: LICENSE
|
|
17
|
-
Requires-Dist: omdev==0.0.0.
|
|
18
|
-
Requires-Dist: omlish==0.0.0.
|
|
17
|
+
Requires-Dist: omdev==0.0.0.dev462
|
|
18
|
+
Requires-Dist: omlish==0.0.0.dev462
|
|
19
19
|
Provides-Extra: all
|
|
20
20
|
Requires-Dist: llama-cpp-python~=0.3; extra == "all"
|
|
21
21
|
Requires-Dist: mlx~=0.29; extra == "all"
|
|
@@ -23,7 +23,7 @@ Requires-Dist: mlx-lm~=0.28; sys_platform == "darwin" and extra == "all"
|
|
|
23
23
|
Requires-Dist: tiktoken~=0.12; extra == "all"
|
|
24
24
|
Requires-Dist: tinygrad~=0.11; extra == "all"
|
|
25
25
|
Requires-Dist: tokenizers~=0.22; extra == "all"
|
|
26
|
-
Requires-Dist: torch~=2.
|
|
26
|
+
Requires-Dist: torch~=2.9; extra == "all"
|
|
27
27
|
Requires-Dist: transformers~=4.57; extra == "all"
|
|
28
28
|
Requires-Dist: sentence-transformers~=5.1; extra == "all"
|
|
29
29
|
Requires-Dist: huggingface-hub~=0.35; extra == "all"
|
|
@@ -31,7 +31,7 @@ Requires-Dist: datasets~=4.2; extra == "all"
|
|
|
31
31
|
Requires-Dist: numpy>=1.26; extra == "all"
|
|
32
32
|
Requires-Dist: pytesseract~=0.3; extra == "all"
|
|
33
33
|
Requires-Dist: rapidocr-onnxruntime~=1.4; extra == "all"
|
|
34
|
-
Requires-Dist: pillow~=
|
|
34
|
+
Requires-Dist: pillow~=12.0; extra == "all"
|
|
35
35
|
Requires-Dist: ddgs~=9.6; extra == "all"
|
|
36
36
|
Requires-Dist: mwparserfromhell~=0.7; extra == "all"
|
|
37
37
|
Requires-Dist: wikitextparser~=0.56; extra == "all"
|
|
@@ -43,7 +43,7 @@ Requires-Dist: mlx-lm~=0.28; sys_platform == "darwin" and extra == "backends"
|
|
|
43
43
|
Requires-Dist: tiktoken~=0.12; extra == "backends"
|
|
44
44
|
Requires-Dist: tinygrad~=0.11; extra == "backends"
|
|
45
45
|
Requires-Dist: tokenizers~=0.22; extra == "backends"
|
|
46
|
-
Requires-Dist: torch~=2.
|
|
46
|
+
Requires-Dist: torch~=2.9; extra == "backends"
|
|
47
47
|
Requires-Dist: transformers~=4.57; extra == "backends"
|
|
48
48
|
Requires-Dist: sentence-transformers~=5.1; extra == "backends"
|
|
49
49
|
Provides-Extra: huggingface
|
|
@@ -55,7 +55,7 @@ Provides-Extra: ocr
|
|
|
55
55
|
Requires-Dist: pytesseract~=0.3; extra == "ocr"
|
|
56
56
|
Requires-Dist: rapidocr-onnxruntime~=1.4; extra == "ocr"
|
|
57
57
|
Provides-Extra: pillow
|
|
58
|
-
Requires-Dist: pillow~=
|
|
58
|
+
Requires-Dist: pillow~=12.0; extra == "pillow"
|
|
59
59
|
Provides-Extra: search
|
|
60
60
|
Requires-Dist: ddgs~=9.6; extra == "search"
|
|
61
61
|
Provides-Extra: wiki
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
omdev==0.0.0.
|
|
2
|
-
omlish==0.0.0.
|
|
1
|
+
omdev==0.0.0.dev462
|
|
2
|
+
omlish==0.0.0.dev462
|
|
3
3
|
|
|
4
4
|
[all]
|
|
5
5
|
llama-cpp-python~=0.3
|
|
@@ -7,7 +7,7 @@ mlx~=0.29
|
|
|
7
7
|
tiktoken~=0.12
|
|
8
8
|
tinygrad~=0.11
|
|
9
9
|
tokenizers~=0.22
|
|
10
|
-
torch~=2.
|
|
10
|
+
torch~=2.9
|
|
11
11
|
transformers~=4.57
|
|
12
12
|
sentence-transformers~=5.1
|
|
13
13
|
huggingface-hub~=0.35
|
|
@@ -15,7 +15,7 @@ datasets~=4.2
|
|
|
15
15
|
numpy>=1.26
|
|
16
16
|
pytesseract~=0.3
|
|
17
17
|
rapidocr-onnxruntime~=1.4
|
|
18
|
-
pillow~=
|
|
18
|
+
pillow~=12.0
|
|
19
19
|
ddgs~=9.6
|
|
20
20
|
mwparserfromhell~=0.7
|
|
21
21
|
wikitextparser~=0.56
|
|
@@ -32,7 +32,7 @@ mlx~=0.29
|
|
|
32
32
|
tiktoken~=0.12
|
|
33
33
|
tinygrad~=0.11
|
|
34
34
|
tokenizers~=0.22
|
|
35
|
-
torch~=2.
|
|
35
|
+
torch~=2.9
|
|
36
36
|
transformers~=4.57
|
|
37
37
|
sentence-transformers~=5.1
|
|
38
38
|
|
|
@@ -51,7 +51,7 @@ pytesseract~=0.3
|
|
|
51
51
|
rapidocr-onnxruntime~=1.4
|
|
52
52
|
|
|
53
53
|
[pillow]
|
|
54
|
-
pillow~=
|
|
54
|
+
pillow~=12.0
|
|
55
55
|
|
|
56
56
|
[search]
|
|
57
57
|
ddgs~=9.6
|
|
@@ -13,7 +13,7 @@ urls = {source = 'https://github.com/wrmsr/omlish'}
|
|
|
13
13
|
license = 'BSD-3-Clause'
|
|
14
14
|
readme = 'README.md'
|
|
15
15
|
requires-python = '>=3.13'
|
|
16
|
-
version = '0.0.0.
|
|
16
|
+
version = '0.0.0.dev462'
|
|
17
17
|
classifiers = [
|
|
18
18
|
'Development Status :: 2 - Pre-Alpha',
|
|
19
19
|
'Intended Audience :: Developers',
|
|
@@ -24,8 +24,8 @@ classifiers = [
|
|
|
24
24
|
]
|
|
25
25
|
description = 'ommlds'
|
|
26
26
|
dependencies = [
|
|
27
|
-
'omdev == 0.0.0.
|
|
28
|
-
'omlish == 0.0.0.
|
|
27
|
+
'omdev == 0.0.0.dev462',
|
|
28
|
+
'omlish == 0.0.0.dev462',
|
|
29
29
|
]
|
|
30
30
|
|
|
31
31
|
[project.optional-dependencies]
|
|
@@ -36,7 +36,7 @@ all = [
|
|
|
36
36
|
'tiktoken ~= 0.12',
|
|
37
37
|
'tinygrad ~= 0.11',
|
|
38
38
|
'tokenizers ~= 0.22',
|
|
39
|
-
'torch ~= 2.
|
|
39
|
+
'torch ~= 2.9',
|
|
40
40
|
'transformers ~= 4.57',
|
|
41
41
|
'sentence-transformers ~= 5.1',
|
|
42
42
|
'huggingface-hub ~= 0.35',
|
|
@@ -44,7 +44,7 @@ all = [
|
|
|
44
44
|
'numpy >= 1.26',
|
|
45
45
|
'pytesseract ~= 0.3',
|
|
46
46
|
'rapidocr-onnxruntime ~= 1.4',
|
|
47
|
-
'pillow ~=
|
|
47
|
+
'pillow ~= 12.0',
|
|
48
48
|
'ddgs ~= 9.6',
|
|
49
49
|
'mwparserfromhell ~= 0.7',
|
|
50
50
|
'wikitextparser ~= 0.56',
|
|
@@ -57,7 +57,7 @@ backends = [
|
|
|
57
57
|
'tiktoken ~= 0.12',
|
|
58
58
|
'tinygrad ~= 0.11',
|
|
59
59
|
'tokenizers ~= 0.22',
|
|
60
|
-
'torch ~= 2.
|
|
60
|
+
'torch ~= 2.9',
|
|
61
61
|
'transformers ~= 4.57',
|
|
62
62
|
'sentence-transformers ~= 5.1',
|
|
63
63
|
]
|
|
@@ -73,7 +73,7 @@ ocr = [
|
|
|
73
73
|
'rapidocr-onnxruntime ~= 1.4',
|
|
74
74
|
]
|
|
75
75
|
pillow = [
|
|
76
|
-
'pillow ~=
|
|
76
|
+
'pillow ~= 12.0',
|
|
77
77
|
]
|
|
78
78
|
search = [
|
|
79
79
|
'ddgs ~= 9.6',
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/backends/anthropic/protocol/sse/__init__.py
RENAMED
|
File without changes
|
{ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/backends/anthropic/protocol/sse/_marshal.py
RENAMED
|
File without changes
|
{ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/backends/anthropic/protocol/sse/assemble.py
RENAMED
|
File without changes
|
{ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/backends/anthropic/protocol/sse/events.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/backends/mlx/tokenization/detokenization/base.py
RENAMED
|
File without changes
|
{ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/backends/mlx/tokenization/detokenization/bpe.py
RENAMED
|
File without changes
|
{ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/backends/mlx/tokenization/detokenization/naive.py
RENAMED
|
File without changes
|
{ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/backends/mlx/tokenization/detokenization/spm.py
RENAMED
|
File without changes
|
|
File without changes
|
{ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/backends/mlx/tokenization/tokenization.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/backends/openai/protocol/chatcompletion/chunk.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/backends/openai/protocol/completionusage.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/backends/tinygrad/models/llama3/__init__.py
RENAMED
|
File without changes
|
{ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/backends/tinygrad/models/llama3/__main__.py
RENAMED
|
File without changes
|
{ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/backends/tinygrad/models/llama3/attention.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/backends/tinygrad/models/llama3/loading.py
RENAMED
|
File without changes
|
{ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/backends/tinygrad/models/llama3/quantization.py
RENAMED
|
File without changes
|
{ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/backends/tinygrad/models/llama3/sampling.py
RENAMED
|
File without changes
|
{ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/backends/tinygrad/models/llama3/tokenization.py
RENAMED
|
File without changes
|
{ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/backends/tinygrad/models/llama3/transformer.py
RENAMED
|
File without changes
|
{ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/backends/tinygrad/models/sdxl/__init__.py
RENAMED
|
File without changes
|
{ommlds-0.0.0.dev460 → ommlds-0.0.0.dev462}/ommlds/backends/tinygrad/models/sdxl/__main__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|