llama-stack/llama_stack
Matthew Farrellee fcc2132e6f
remove pydantic namespace warnings using model_config (#470)
# What does this PR do?

remove another model_ pydantic namespace warning and convert old-style
'class Config' to new-style 'model_config' workaround.

also a whitespace change to get past -


flake8...................................................................Failed
llama_stack/cli/download.py:296:85: E226 missing whitespace around
arithmetic operator
llama_stack/cli/download.py:297:54: E226 missing whitespace around
arithmetic operator


## Before submitting

- [ ] This PR fixes a typo or improves the docs (you can dismiss the
other checks if that's the case).
- [x] Ran pre-commit to handle lint / formatting issues.
- [x] Read the [contributor
guideline](https://github.com/meta-llama/llama-stack/blob/main/CONTRIBUTING.md),
      Pull Request section?
- [ ] Updated relevant documentation.
- [x] Wrote necessary unit or integration tests.
2024-11-18 19:24:14 -08:00
..
apis remove pydantic namespace warnings using model_config (#470) 2024-11-18 19:24:14 -08:00
cli remove pydantic namespace warnings using model_config (#470) 2024-11-18 19:24:14 -08:00
distribution get stack run config based on template name (#477) 2024-11-18 18:05:05 -08:00
providers add quantized model ollama support (#471) 2024-11-18 18:55:23 -08:00
scripts Add a pre-commit for distro_codegen but it does not work yet 2024-11-18 15:21:13 -08:00
templates More documentation fixes 2024-11-18 17:06:13 -08:00
__init__.py API Updates (#73) 2024-09-17 19:51:35 -07:00