Skip to content

Commit

Permalink
✅ Remove datasets tests
Browse files Browse the repository at this point in the history
Signed-off-by: Marcos Martínez Galindo <[email protected]>
  • Loading branch information
Marcos Martínez Galindo authored and Marcos Martínez Galindo committed Aug 15, 2024
1 parent 8584ef8 commit a18cae0
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions zshot/utils/download_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,6 @@


def load_all():
try:
load_few_rel_zs()
except ConnectionError:
pass
try:
load_medmentions_zs()
except ConnectionError:
pass
try:
load_ontonotes_zs()
except ConnectionError:
pass
try:
LinkerSMXM().load_models()
except RuntimeError:
Expand Down

0 comments on commit a18cae0

Please sign in to comment.