Skip to content

Commit

Permalink
Update validate_models.py
Browse files Browse the repository at this point in the history
  • Loading branch information
NIXBLACK11 authored Nov 14, 2023
1 parent e5823d6 commit 92345be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion laser_encoders/validate_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def test_validate_language_models_and_tokenize_mock_laser3(lang):
downloader.download_laser3(lang)
except FileNotFoundError as e:
raise pytest.error(str(e))

encoder = initialize_encoder(lang, model_dir=CACHE_DIR)
tokenizer = initialize_tokenizer(lang, model_dir=CACHE_DIR)

Expand Down

0 comments on commit 92345be

Please sign in to comment.