mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-12 04:50:39 +00:00
fix: rectify typo in MANIFEST.in due to #2975
This commit is contained in:
parent
bb6b6041d6
commit
ea46f74092
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
include pyproject.toml
|
include pyproject.toml
|
||||||
include llama_stack/models/llama/llama3/tokenizer.model
|
include llama_stack/models/llama/llama3/tokenizer.model
|
||||||
include llama_stack/models/llama/llama4/tokenizer.model
|
include llama_stack/models/llama/llama4/tokenizer.model
|
||||||
include llama_stack.core/*.sh
|
include llama_stack/core/*.sh
|
||||||
include llama_stack/cli/scripts/*.sh
|
include llama_stack/cli/scripts/*.sh
|
||||||
include llama_stack/distributions/*/*.yaml
|
include llama_stack/distributions/*/*.yaml
|
||||||
include llama_stack/providers/tests/test_cases/inference/*.json
|
include llama_stack/providers/tests/test_cases/inference/*.json
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue