I hereby claim:
- I am dtrce on github.
- I am djavia (https://keybase.io/djavia) on keybase.
- I have a public key ASBUgdM3Mr5ACCGsbXx5uE2Ux5J8YwjiSRmqhFeqP6T_UAo
To claim this, I am signing this object:
| import torch | |
| import time | |
| # Model Settings | |
| input_dim = 4096 | |
| hidden_dim = 4096 | |
| output_dim = 4096 | |
| batch_size = 8 | |
| num_layers = 4 # Transformer-style depth |
| #!/usr/bin/env bash | |
| set -e | |
| GITHUB_RUNNER_URL="https://github.com/actions/runner/releases/download/v2.324.0/actions-runner-linux-x64-2.324.0.tar.gz" | |
| TEMPL_URL="http://download.proxmox.com/images/system/ubuntu-24.04-standard_24.04-2_amd64.tar.zst" | |
| PCTSIZE="50G" | |
| read -p "Enter PVE Cluster name: " PVE_CLUSTER |
I hereby claim:
To claim this, I am signing this object:
| #!/usr/bin/env ruby | |
| require 'fileutils' | |
| if Dir.exists?(ENV['CODECLIMATE_PATH']) == false | |
| abort "CODECLIMATE_PATH variable not set or invalid path" | |
| end | |
| @cc_path = ENV['CODECLIMATE_PATH'] | |
| @repo_name = Dir.pwd.split('/').last |
| #!/bin/bash | |
| echo "body {-webkit-transform: rotate(1deg); -webkit-filter: blur(1px);}" >> ~/Library/Application\ Support/Google/Chrome/Default/User\ StyleSheets/Custom.css |
| c() { cd ~/Dropbox/dev/$1; } | |
| _c() { _files -W ~/Dropbox/dev -/; } | |
| compdef _c c |
| #!/usr/bin/env ruby | |
| require 'rubygems' | |
| require 'aws/s3' | |
| module S3Util | |
| def self.upload_file(local_file) |
| { | |
| "id"=>"1112", | |
| "vin"=>"5LMFU27535LJ02838", | |
| "year"=>{ | |
| "name"=>"2005", | |
| "id"=>"2005" | |
| }, | |
| "make"=>{ | |
| "name"=>"Lincoln", | |
| "id"=>"28" |