We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c392f3a commit 1a8d3edCopy full SHA for 1a8d3ed
MANIFEST.in
@@ -4,6 +4,8 @@ include llama_stack/models/llama/llama4/tokenizer.model
4
include llama_stack/core/*.sh
5
include llama_stack/cli/scripts/*.sh
6
include llama_stack/distributions/*/*.yaml
7
-include llama_stack/providers/tests/test_cases/inference/*.json
+exclude llama_stack/distributions/ci-tests
8
+include tests/integration/test_cases/inference/*.json
9
include llama_stack/models/llama/*/*.md
10
include llama_stack/tests/integration/*.jpg
11
+prune llama_stack/distributions/ci-tests
0 commit comments