Skip to content

Commit

Permalink
Fix peft llama test (#1059)
Browse files Browse the repository at this point in the history
  • Loading branch information
dakinggg authored and KuuCi committed Apr 18, 2024
1 parent e52936c commit 88215fd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/a_scripts/inference/test_convert_composer_to_hf.py
Original file line number Diff line number Diff line change
Expand Up @@ -586,9 +586,7 @@ def test_huggingface_conversion_callback(
'flavor': 'peft',
'path': ANY,
'save_pretrained_dir': ANY,
'metadata': {
'task': 'llm/v1/completions'
}
'metadata': {},
}
else:
import numpy as np
Expand Down

0 comments on commit 88215fd

Please sign in to comment.