Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
magdyksaleh committed Dec 17, 2024
1 parent 93dbd4a commit cf3a1cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/test_classifications.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def test_distilbert_ner():
def test_bert_ner():
config = {
"name": "bert-ner",
"model_id": "dslim/bert-base-NER",
"model_id": "magdyks/bert-base-ner",
"docker_args": {
"max_input_length": 512,
"max_batch_prefill_tokens": 512,
Expand Down

0 comments on commit cf3a1cc

Please sign in to comment.