Skip to content

Commit

Permalink
Revert "[cambricon] Support llava1.5_7b with flagscale (FlagOpen#742)"
Browse files Browse the repository at this point in the history
This reverts commit d63d8c0.
  • Loading branch information
cifar10 committed Sep 13, 2024
1 parent 6671322 commit ea77a69
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 72 deletions.
28 changes: 0 additions & 28 deletions training/cambricon/docker_image/flagscale_2409/Dockerfile

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion utils/container_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def run_new(self, container_run_args, docker_image):

run_new_cmd = "docker run " + container_run_args + \
" --name=" + self.name + " \"" + docker_image + "\" " + \
"bash -c \"/etc/init.d/ssh restart && sleep infinity\""
"sleep infinity"
print(run_new_cmd)
ret, outs = run_cmd.run_cmd_wait(run_new_cmd, 10)
return ret, outs
Expand Down

0 comments on commit ea77a69

Please sign in to comment.