Base URL: https://beeble.ohio1.sakura.saas.parasail.io
Running Wan2.1-VACE-14B on NVIDIA B200 (192 GB VRAM).
curl -X POST https://beeble.ohio1.sakura.saas.parasail.io/v1/submit \| (async function () { | |
| // ---- config ------------------------------------------------------------- | |
| const BASE = "https://connect.garmin.com/golf-api/gcs-golfcommunity/api/v2"; | |
| const MAX_ROUNDS = 12; | |
| const DELAY_MS = 150; | |
| const CSRF_OVERRIDE = ""; // paste a token here only if auto-detect fails | |
| // ---- auth discovery ----------------------------------------------------- | |
| function findAppVer() { | |
| const re = /chunk__(\d+\.\d+\.\d+\.\d+)\.js/; |
| #!/usr/bin/env python3 | |
| import json | |
| import os | |
| import sys | |
| from pathlib import Path | |
| from urllib.error import HTTPError, URLError | |
| from urllib.request import Request, urlopen | |
| API_BASE = os.environ.get("PARASAIL_BASE_URL", "https://api.parasail.io/v1").rstrip("/") | |
| SERVERLESS_PRICES_URL = os.environ.get( |
| { | |
| lib, | |
| stdenv, | |
| fetchurl, | |
| glib, | |
| libX11, | |
| gst_all_1, | |
| libepoxy, | |
| pango, | |
| cairo, |
NOTE TO READERS
I did not originate this text. It came from https://board.net/p/r.e6a8f6578787a4cc67d4dc438c6d236e but that has fallen over. This is an archive for readability's sake.
Check out my soundcloud: https://xeiaso.net
11/21/2023
To the Board of Directors of OpenAI:
| - system: `"x86_64-linux"` | |
| - host os: `Linux 4.15.0-1037-gcp, Ubuntu, 16.04.6 LTS (Xenial Xerus)` | |
| - multi-user?: `yes` | |
| - sandbox: `relaxed` | |
| - version: `nix-env (Nix) 2.2` | |
| - channels(root): `"nixpkgs-19.09pre186545.f11ce8683e1"` | |
| - nixpkgs: `/nix/var/nix/profiles/per-user/root/channels/nixpkgs` |