AWSTemplateFormatVersion: '2010-09-09' | |
Transform: AWS::Serverless-2016-10-31 | |
Description: AWS Api Gateway to SNS topic | |
Resources: | |
StatsApiGateway: | |
Type: AWS::Serverless::Api | |
Properties: | |
StageName: Prod |
Name | Ref | Geolocation | Address | |
---|---|---|---|---|
Civic | 9CVI | -35.27376,149.13163 | 50 Mort Street, Braddon ACT 2612 | |
Queanbeyan | 9QBN | -35.35361,149.23189 | 36 Lowe St, Queanbeyan NSW 2620 | |
Albury | 2ALB | -36.08194,146.91488 | 475 Kiewa St, Albury NSW 2640 | |
Asquith Depot | 2SYA | -33.69570,151.10987 | 3 Kelray Place, Asquith NSW 2077 | |
Berkeley Vale | 2BLV | -33.34911,151.43602 | 3-5 Pindarri Ave, Berkeley Vale NSW 2261 | |
Blacktown | 2BLK | -33.77027,150.90826 | 17 Flushcombe Rd, Blacktown NSW 2148 | |
Campbelltown | 2CBT | -34.06800,150.81187 | 253 Queen St, Cambelltown NSW 2560 | |
Campsie | 2CAM | -33.91586,151.10954 | 395 Canterbury Rd, Campsie 2194 | |
Carramar | 2CRR | -33.88823,150.96885 | 6-12 The Horsley Dr, Carramar NSW 2163 |
With wf-recorder it is possible to record one output. When ffmpeg is compiled with sdl support, then it is possible to use "sdl" as the muxer and replay the recorded video instead of writing it to a file.
We download the latest release of pfSense as a gzipped ISO, then extract it and pass it to virt-install
to get the VM up and running. Interactive portions of setup are done with virt-install
's native console redirection. This guide assumes you've already installed and configured KVM, and that you've created network bridges already.
Find the latest release here.
Download the gzipped memstick-serial image from a mirror into a directory that KVM can access, then unzip it:
<template> | |
<div id="payment-form"> | |
<div class="q-mt-md q-mb-md text-negative" v-if="submissionError"> | |
<div id="card-errors" role="alert">{{ submissionError }}</div> | |
</div> | |
<q-field label="Card Number" | |
stack-label | |
class="q-mb-md" |
route53domains:RegisterDomain | |
route53domains:RenewDomain | |
route53domains:TransferDomain | |
ec2:ModifyReservedInstances | |
ec2:PurchaseHostReservation | |
ec2:PurchaseReservedInstancesOffering | |
ec2:PurchaseScheduledInstances | |
rds:PurchaseReservedDBInstancesOffering | |
dynamodb:PurchaseReservedCapacityOfferings | |
s3:PutObjectRetention |
UPDATE Mon Mar 10 10:51:31 AM EDT 2025 Check out the newer ktransformers guide for how to get it running faster! About 3.5 tok/sec on this same gaming rig. Big thanks to Supreeth Koundinya with analyticsindiamag.com for the article!
You can run the real deal big boi R1 671B locally off a fast NVMe SSD even without enough RAM+VRAM to hold the 212GB dynamically quantized weights. No it is not swap
and won't kill your SSD's read/write cycle lifetime. No this is not a distill model. It works fairly well despite quantization (check the unsloth blog for details on how they did that).
The basic idea is that most of the model itself is not loaded into RAM on startup, but mmap'd. Then kv cache will take up some RAM. Most of your system RAM is left available to serve as disk cache for whatever experts/weights are currently most u