Skip to content

Commit

Permalink
[ez] Rename llama extension to aiconfig_extension_llama (#607)
Browse files Browse the repository at this point in the history
[ez] Rename llama extension to aiconfig_extension_llama

TSIA, we shouldn't be making this as part of the generalized
`python_aiconfig` module since this is an extension

Will publish this package after it's been stamped
  • Loading branch information
rossdanlm authored Dec 27, 2023
2 parents 9244ccb + 021e384 commit 12ccc57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cookbooks/llama/python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion extensions/llama/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
requires = ["setuptools", "wheel"]

[project]
name = "python-aiconfig"
name = "aiconfig_extension_llama"
version = "0.0.1"
authors = [
{ name="Jonathan Lessinger", email="[email protected]" },
Expand Down

0 comments on commit 12ccc57

Please sign in to comment.