mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-05-04 16:52:06 +00:00
test(neuron): remove erroneous line
This commit is contained in:
parent
f6859c4179
commit
e783f88dc5
@ -190,7 +190,7 @@ def maybe_export_model(config_name, model_config):
|
||||
logger.debug("Build logs %s", logs)
|
||||
|
||||
try:
|
||||
container = client.containers.run(
|
||||
client.containers.run(
|
||||
export_image,
|
||||
environment=env,
|
||||
auto_remove=True,
|
||||
@ -199,7 +199,6 @@ def maybe_export_model(config_name, model_config):
|
||||
shm_size="1G",
|
||||
)
|
||||
logger.info(f"Successfully exported model for config {config_name}")
|
||||
container.logs()
|
||||
except Exception as e:
|
||||
logger.exception(f"An exception occurred while running container: {e}.")
|
||||
pass
|
||||
|
Loading…
Reference in New Issue
Block a user