-
Updated
Dec 15, 2020 - Python
Join GitHub (or sign in) to find projects, people, and topics catered to your interests.
Here's what's popular on GitHub today...
-
Updated
Dec 15, 2020 - Python
Take GitHub to the command line. GitHub CLI 1.0 is now available for Windows, macOS, and Linux! Download it for free now.
-
Updated
Dec 15, 2020 - Python
-
Updated
Dec 15, 2020 - TypeScript
-
Updated
Dec 15, 2020 - C++
Text editors
The text editor is a sacred tool for developers. Here's a showcase of some amazingly awesome open source editors.
Restyled.io
Restyled integrates into your usual Pull Request workflow to keep your codebase consistent. Missed a semi-colon? Incorrect indentation? Restyled will fix that up in a sibling Pull Request that you can merge into yours.
-
Updated
Dec 14, 2020 - Python
-
Updated
Dec 7, 2020
-
Updated
Dec 15, 2020 - TypeScript
-
Updated
Dec 9, 2020 - Jupyter Notebook
-
Updated
Dec 15, 2020
-
Updated
Dec 15, 2020 - HTML
-
Updated
Dec 14, 2020 - Python
-
Updated
Dec 13, 2020 - Python
-
Updated
Dec 14, 2020
-
Updated
Dec 11, 2020 - C++
-
Updated
Dec 15, 2020 - Python
-
Updated
Dec 14, 2020 - JavaScript
-
Updated
Dec 15, 2020 - Dockerfile
-
Updated
Dec 11, 2020 - Objective-C
-
Updated
Dec 13, 2020 - JavaScript
cuda requirement
Is it possible to run this on a (recent) Mac, which does not support CUDA? I would have guessed setting --GPU 0 would not attempt to call CUDA, but it fails.
File "/Users/../Desktop/bopbtl/venv/lib/python3.7/site-packages/torch/cuda/__init__.py", line 61, in _check_driver
raise AssertionError("Torch not compiled with CUDA enabled")
AssertionError: Torch not compiled with CUDA enable
gitpod.io
Gitpod enables you to be always ready-to-code.
It launches a complete dev environment for any GitHub project, by simply prefixing the GitHub URL with gitpod.io/#.
With Gitpod your team can instantly start coding with fresh, ephemeral and fully-compiled dev environments for each new task - no matter if you are building a new feature, want to fix a bug or do a code review.
Sounds like GitHub Codespaces? https://www.gitpod.io/gitpod-vs-codespaces/
The test should run openpilot in the simulator for a minute and fail on process crashes or unexpected alerts. Ideally, this test should be able to run in GitHub Actions.