You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
openapi_server/test/test_text_person_name_annotation_controller.py:37:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
.tox/py38/lib/python3.8/site-packages/flask_testing/utils.py:341: in assert200
self.assertStatus(response, 200, message)
.tox/py38/lib/python3.8/site-packages/flask_testing/utils.py:329: in assertStatus
self.assertEqual(response.status_code, status_code, message)
E AssertionError: 500 != 200 : Response body is : {
E "detail": "Error no file named ['pytorch_model.bin', 'tf_model.h5', 'model.ckpt.index', 'flax_model.msgpack'] found in directory ./dslim-bert/model or `from_tf` and `from_flax` set to False.",
E "status": 500,
E "title": "Internal error"
E }
----------------------------- Captured stdout call -----------------------------
Error no file named ['pytorch_model.bin', 'tf_model.h5', 'model.ckpt.index', 'flax_model.msgpack'] found in directory ./dslim-bert/model or `from_tf` and `from_flax` set to False.
__ TestTextLocationAnnotationController.test_create_text_location_annotations __
Problem description
The pytorch_model.bin should be placed in the directory dslim-bert/model. So there is a command in DockerFile to download this file and move it into this directory i.e.
The following occurs on git when a PR is created
Problem description
The pytorch_model.bin should be placed in the directory dslim-bert/model. So there is a command in DockerFile to download this file and move it into this directory i.e.
The text was updated successfully, but these errors were encountered: