llm -m "hf.co/unsloth/DeepSeek-R1-Distill-Llama-8B-GGUF:Q8_0" "what are the colors in the rainbow. why those colors?"
$ llm -m "hf.co/unsloth/DeepSeek-R1-Distill-Llama-8B-GGUF:Q8_0" "what are the colors in the rainbow. why those colors?"
<think>
| $data = [ | |
| {'name'=> 'emily', 'age'=> 6}, | |
| {'name'=> 'john', 'age'=> 5}, | |
| {'name'=> 'jade', 'age'=> 4}, | |
| {'name'=> 'grant', 'age'=> 2}, | |
| ] | |
| function age_sorted_names($ar) >> Array { | |
| $ar.map |$idx, $entry| { | |
| [$entry['age'], $entry['name']] |
| $ mkdir dtemp | |
| $ cd dtemp | |
| $ poetry init | |
| This command will guide you through creating your pyproject.toml config. | |
| Package name [dtemp]: Django Test |
| #!/bin/bash | |
| # $PRIVATE_IF is private lan, $PUBLIC_IF is public lan | |
| # the interface which is connected to the interface. | |
| # The default route of this host is already set via this interface | |
| PUBLIC_IF=enp1s0 | |
| # The interface connecting to the internal lan, which needs this host to be a router to the Internet | |
| PRIVATE_IF=enp2s0 |
| #!/bin/bash | |
| set -e -o pipefail | |
| usage() { | |
| cat <<HELP | |
| USAGE: $0 PDF_FILE [OUTPUT_DIR|OUTPUT_FILE] | |
| Decrypts given pdf file usingh qpdf by prompting for a password. |
| #!/usr/bin/env bash | |
| EXTENSIONS=( | |
| # General | |
| ms-vscode-remote.vscode-remote-extensionpack | |
| ms-vscode-remote.remote-ssh | |
| stkb.rewrap | |
| tomsaunders-code.workspace-explorer | |
| # Golang | |
| golang.go |
| export GCLOUD_TUNNEL_PID=/tmp/gcloud-tunnel-pid | |
| function proxy_bastion() { | |
| local BASTION_HOST="bastion-instance" | |
| local GCP_ZONE="us-east4-a" | |
| [[ -f $GCLOUD_TUNNEL_PID ]] && echo "File $GCLOUD_TUNNEL_PID exists. A previous tunnel might be active. Aborting." && return | |
| set -x | |
| gcloud compute ssh $BASTION_HOST --zone=$GCP_ZONE --verbosity=warning --tunnel-through-iap --ssh-flag='-D1080 -N' & |
| code_remote () | |
| { | |
| local remote_node_path=$VSCODE_GIT_ASKPASS_NODE; | |
| if [ -z "$remote_node_path" ]; then | |
| echo "VSCODE_GIT_ASKPASS_NODE is not set. Cannot determine path to remote-cli"; | |
| return 1; | |
| fi; | |
| local remote_cli_path=$(dirname $remote_node_path)/bin/remote-cli/code; | |
| if [ ! -f "$remote_cli_path" ]; then | |
| echo "Remote CLI not found at $remote_cli_path"; |
| import re | |
| import sys | |
| import requests | |
| def expand_url(match): | |
| short_url = match.group(0) | |
| response = requests.head(short_url, allow_redirects=False) | |
| if response.status_code in (301, 302): | |
| return response.headers["location"] |
$ llm -m "hf.co/unsloth/DeepSeek-R1-Distill-Llama-8B-GGUF:Q8_0" "what are the colors in the rainbow. why those colors?"
<think>
$ llm -m 'hf.co/unsloth/DeepSeek-R1-Distill-Llama-8B-GGUF:Q8_0' "Give me a joke about Trump"
<think>
Okay, so I need to come up with a joke about Trump. Hmm, where do I start? Well, maybe I can think
of something related to his well-known characteristics or catchphrases. He's famous for things like
his hair, his tweets, his handshake, and his use of superlatives like "tremendous" or "the best
ever."