The path-check rework accidentally carried an out-of-scope inference.py edit that called note_model_loaded(llama_backend); note_model_loaded takes no arguments, so it would raise TypeError on GGUF load. Revert that line so this PR only adds the out-of-workspace path check and its test. |
||
|---|---|---|
| .. | ||
| data_recipe | ||
| .gitkeep | ||
| __init__.py | ||
| auth.py | ||
| chat_history.py | ||
| datasets.py | ||
| export.py | ||
| inference.py | ||
| llama.py | ||
| mcp_servers.py | ||
| models.py | ||
| preview.py | ||
| prompts.py | ||
| providers.py | ||
| rag.py | ||
| settings.py | ||
| training.py | ||
| training_history.py | ||
| training_vram.py | ||