diff --git a/cookbooks/llama/python/README.md b/cookbooks/llama/python/README.md index a11132dd3..4201eb783 100644 --- a/cookbooks/llama/python/README.md +++ b/cookbooks/llama/python/README.md @@ -8,7 +8,7 @@ All GGUF LLaMA models from https://huggingface.co/TheBloke?search_models=gguf sh ## Install ``` -pip install python-aiconfig python-aiconfig-llama +pip install python-aiconfig aiconfig-extension-llama ``` ## Usage: diff --git a/extensions/llama/python/pyproject.toml b/extensions/llama/python/pyproject.toml index 9a662c0f0..aa9917a3e 100644 --- a/extensions/llama/python/pyproject.toml +++ b/extensions/llama/python/pyproject.toml @@ -2,7 +2,7 @@ requires = ["setuptools", "wheel"] [project] -name = "python-aiconfig" +name = "aiconfig_extension_llama" version = "0.0.1" authors = [ { name="Jonathan Lessinger", email="jonathan@lastmileai.dev" },