Skip to content

Instantly share code, notes, and snippets.

View cornerstone-digital's full-sized avatar

Cornerstone Digital cornerstone-digital

View GitHub Profile
@cornerstone-digital
cornerstone-digital / ollama_server.ipynb
Created May 3, 2026 18:49
Ollama Server - deepseek-coder-v2:16b
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@cornerstone-digital
cornerstone-digital / ollama_server.ipynb
Created May 3, 2026 18:34
Ollama Server - deepseek-coder-v2:16b
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@cornerstone-digital
cornerstone-digital / ollama_server.ipynb
Created May 3, 2026 17:43
Ollama Server - qwen2.5-coder:14b
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@cornerstone-digital
cornerstone-digital / ollama_server.ipynb
Created May 3, 2026 17:37
Ollama Server - qwen2.5-coder:14b
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@cornerstone-digital
cornerstone-digital / ollama_server.ipynb
Created May 3, 2026 17:33
Ollama Server - qwen2.5-coder:14b
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@cornerstone-digital
cornerstone-digital / ollama_server.ipynb
Created May 3, 2026 17:23
Ollama Server - qwen2.5-coder:14b
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@cornerstone-digital
cornerstone-digital / ollama_server.ipynb
Created May 3, 2026 17:04
Ollama Server - qwen2.5-coder:14b
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@cornerstone-digital
cornerstone-digital / .dalmatian
Last active May 29, 2019 12:49
.zshrc (updated functions)
PROJECT_PATH=/Users/martinegan/development/external/vodafone
declare -A apiKeys
declare -A dalUrls
declare -A projectPaths
openSSH() {
ssh pre-prod-bastion
}