Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
cli99 committed May 28, 2024
1 parent fd6ad18 commit 4a02e9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@


def test_get_model_config_by_name():
model_name = "facebook/opt-125m"
model_name = "facebook_opt-125m"
model_config = get_model_config_by_name(model_name)
assert isinstance(model_config, ModelConfig)
assert model_config.num_layers == 12
Expand Down
2 changes: 1 addition & 1 deletion tests/test_inference.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def test_fastertransformer_13b_tp1():


def test_llama2_70b():
model_name = "upstage/Llama-2-70b-instruct-v2"
model_name = "upstage_Llama-2-70b-instruct-v2"
dtype_name = "w16a16e16"
gpu_name = "a100-sxm-80gb"

Expand Down

0 comments on commit 4a02e9e

Please sign in to comment.