Skip to content

Instantly share code, notes, and snippets.

View qwang98's full-sized avatar

Steve Wang qwang98

View GitHub Profile
@qwang98
qwang98 / gist:80f19fb196d62c30656b4609752b5e3b
Last active October 10, 2025 12:24
User setup for Powdr GPU server
1. Run `nvidia-smi`. It should return a display and if it errors, make sure that your shell start up file, e.g. `~/.bashrc` already includes the standard `PATH`.
2. Append the following snippet to the end of your shell start up file, e.g. `~/.bashrc`.
```
# --- CUDA system install (no conda) ---
export CUDA_HOME=/usr/local/cuda
# nvcc in PATH
if [ -d "$CUDA_HOME/bin" ]; then
case ":$PATH:" in *":$CUDA_HOME/bin:"*) : ;; *) export PATH="$CUDA_HOME/bin:$PATH";; esac
@qwang98
qwang98 / chiquito_factorial_boilerplate.ipynb
Last active October 19, 2023 07:25
chiquito_factorial_boilerplate
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@qwang98
qwang98 / chiquito_tutorial.ipynb
Last active October 17, 2023 08:24
65c7ac5b84726844ab7f36ed27410634
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.