Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: Test simple_lama #11

Closed
wants to merge 1 commit into from
Closed

CI: Test simple_lama #11

wants to merge 1 commit into from

Conversation

osalbahr
Copy link
Collaborator

No description provided.

@osalbahr
Copy link
Collaborator Author

Traceback (most recent call last):
  File "/home/runner/.local/bin/simple_lama", line 8, in <module>
    sys.exit(lama_cli())
  File "/home/runner/.local/lib/python3.8/site-packages/simple_lama_inpainting/cli.py", line 36, in lama_cli
    fire.Fire(main)
  File "/home/runner/.local/lib/python3.8/site-packages/fire/core.py", line 141, in Fire
    component_trace = _Fire(component, args, parsed_flag_args, context, name)
  File "/home/runner/.local/lib/python3.8/site-packages/fire/core.py", line 475, in _Fire
    component, remaining_args = _CallAndUpdateTrace(
  File "/home/runner/.local/lib/python3.8/site-packages/fire/core.py", line 691, in _CallAndUpdateTrace
    component = fn(*varargs, **kwargs)
  File "/home/runner/.local/lib/python3.8/site-packages/simple_lama_inpainting/cli.py", line 26, in main
    lama = SimpleLama()
  File "/home/runner/.local/lib/python3.8/site-packages/simple_lama_inpainting/models/model.py", line 23, in __init__
    self.model = torch.jit.load(model_path)
  File "/home/runner/.local/lib/python3.8/site-packages/torch/jit/_serialization.py", line 162, in load
    cpp_module = torch._C.import_ir_module(cu, str(f), map_location, _extra_files, _restore_shapes)  # type: ignore[call-arg]
RuntimeError: Found no NVIDIA driver on your system. Please check that you have an NVIDIA GPU and installed a driver from http://www.nvidia.com/Download/index.aspx
Error: Process completed with exit code 1.

This needs to run on a self-hosted runner.

@osalbahr osalbahr closed this Nov 14, 2023
@osalbahr osalbahr deleted the ci-test-simple-lama branch November 14, 2023 19:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant