Skip to content

Instantly share code, notes, and snippets.

View elad's full-sized avatar

Elad Efrat elad

  • Tel Aviv, Israel
View GitHub Profile
@elad
elad / cimd.json
Last active August 20, 2026 12:04
CIMD JSON
{
"client_id": "https://gist.githubusercontent.com/elad/d5ad7a909bab453eec1ce916aeccd001/raw/cimd.json",
"client_name": "MCP Inspector",
"client_uri": "https://example.com/mcp",
"redirect_uris": ["http://localhost:6274/oauth/callback"],
"grant_types": ["authorization_code", "refresh_token"],
"response_types": ["code"],
"token_endpoint_auth_method": "none"
}

Keybase proof

I hereby claim:

  • I am elad on github.
  • I am elad (https://keybase.io/elad) on keybase.
  • I have a public key whose fingerprint is 52D6 EEB4 681B 6B26 3395 A61E CE8D 197D 666E B914

To claim this, I am signing this object:

@elad
elad / neural-style-ec2.txt
Created September 7, 2015 08:09
Running neural-style in EC2
Start a g2.2xlarge or better (GPU instance) with https://console.aws.amazon.com/ec2/v2/home?region=us-east-1#LaunchInstanceWizard:ami=ami-ffba7b94
Login, username is ubuntu
Update a bunch of stuff and make sure cudnn R2 is used:
luarocks install image
luarocks install loadcaffe
luarocks install torch
export LD_LIBRARY_PATH=/home/ubuntu/torch-distro/install/lib:/home/ubuntu/torch-distro/install/lib:/home/ubuntu/cudnn-6.5-linux-x64-v2-rc2