I hereby claim:
- I am potto007 on github.
- I am potto (https://keybase.io/potto) on keybase.
- I have a public key ASDjfF0xEUjIFyz9SgSjM5ENSgDB3_fF8hQBwrDkl6Gf2wo
To claim this, I am signing this object:
| #!/usr/bin/env bash | |
| # Launch the OpenAI-compatible DiffusionGemma HTTP server (llama-diffusion-server). | |
| # DiffusionGemma can't be served by the llama-server router (non-autoregressive decode), so this runs as its | |
| # own process on its own port. Override any default via env, e.g. PORT=9000 ./run-diffusion-server.sh | |
| set -euo pipefail | |
| LLAMA_CPP="${LLAMA_CPP:-$HOME/src/llama.cpp}" | |
| BIN="${BIN:-$LLAMA_CPP/build/bin/llama-diffusion-server}" | |
| MODEL="${MODEL:-$HOME/.models/diffusiongemma-26B-A4B-it-Q4_K_M.gguf}" | |
| HOST="${HOST:-127.0.0.1}" |
I hereby claim:
To claim this, I am signing this object:
| [0KRunning with gitlab-runner 10.4.0 (857480b6) | |
| on gitlab-runner-deploy-gitlab-runner-666c975546-zqlcv (1f1d222a) | |
| [0;m[0K"Namespace" overwritten with "prd121" | |
| [0;m[0KUsing Kubernetes namespace: prd121 | |
| [0;m[0KUsing Kubernetes executor with image ${DOCKER_PULL_HOST}/ticketmaster/<**REDACTED**> ... | |
| [0;msection_start:1530563835:prepare_script | |
| [0KWaiting for pod prd121/runner-1f1d222a-project-23013-concurrent-0hfnmj to be running, status is Pending | |
| Waiting for pod prd121/runner-1f1d222a-project-23013-concurrent-0hfnmj to be running, status is Pending | |
| Waiting for pod prd121/runner-1f1d222a-project-23013-concurrent-0hfnmj to be running, status is Pending | |
| Waiting for pod prd121/runner-1f1d222a-project-23013-concurrent-0hfnmj to be running, status is Pending |
| 1) Login to Cloud Key | |
| 2) Cloud Key ssh: `curl https://get.acme.sh | sh` | |
| 3) Cloud Key ssh: `acme.sh --upgrade --auto-upgrade --accountemail "myemail@example.com"` | |
| 4) Cloud Key ssh: Add `cloudkey-renew-hook.sh` file to `/root/.acme.sh` | |
| 5) Create free CloudFlare account (if not already member) | |
| 6) Login to CloudFlare | |
| 7) On CloudFlare: Create a zone for a domain you own (can add a cheap domain with namecheap.com or any number of alternatives) | |
| 8) On CloudFlare: Create an A record for your Cloud Key; ie: unifi.CHANGE.ME, 192.168.1.10 | |
| 9) On UniFi Controller: Go to Settings; Click "Controller"; Change "Controller Hostname/IP" to the name entered in step 8. | |
| 10) On CloudFlare: go to Overview for your zone; click "Get your API key" |