Skip to content

Commit

Permalink
Update Patch v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
seungahdev committed Jul 26, 2024
1 parent 06f3d72 commit a2fedf0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,6 @@ The command line arguments means :
> [!TIP]
> If you want to use more advanced quantization options(e.g., calibration dataset), Please checkout our [official documentations](https://docs.friendli.ai/guides/container/running_friendli_container/quantization).
> [!NOTE]
> You can use a configuration YAML file
## Example: Run FP8 uantization with Meta-Llama-3-8B-Instruct
```bash
export MODEL_NAME_OR_PATH="meta-llama/Meta-Llama-3-8B-Instruct"
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "friendli-model-optimizer"
version = "0.1.0"
version = "0.2.0"
authors = [
{ name = "FriendliAI teams", email = "eng@friendli.ai" },
]
Expand All @@ -16,7 +16,7 @@ dependencies = [
"typer",
"torch>=2.0.0",
"accelerate",
"fmo-core==0.1.0",
"fmo-core==0.2",
]
keywords = [ "generative-ai", "llm", "quantization" ]
readme = "README.txt"
Expand Down
2 changes: 1 addition & 1 deletion src/fmo/utils/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from packaging.version import _BaseVersion
from packaging.version import parse as parse_version

FMO_PACKAGE_NAME = "fmo"
FMO_PACKAGE_NAME = "friendli-model-optimizer"
PYPI_BASE_URL = "https://pypi.org/pypi"


Expand Down

0 comments on commit a2fedf0

Please sign in to comment.