update notes
This commit is contained in:
@@ -3,6 +3,15 @@ tags:
|
|||||||
parents:
|
parents:
|
||||||
date/time: 2024-11-02T00:58:00
|
date/time: 2024-11-02T00:58:00
|
||||||
---
|
---
|
||||||
|
run the openwebui service (https://docs.openwebui.com/getting-started/quick-start)
|
||||||
|
|
||||||
|
docker run -d -p 3000:8080 --gpus all -e WEBUI_AUTH=False -e OLLAMA_BASE_URL=http://127.0.0.1:11434 -v open-webui:/app/backend/data --name open-webui ghcr.io/open-webui/open-webui:cuda
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
ollama can pull models via:
|
||||||
|
ollama pull lama2:7b
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
https://www.youtube.com/watch?v=9vM4p9NN0Ts stanford course
|
https://www.youtube.com/watch?v=9vM4p9NN0Ts stanford course
|
||||||
|
|||||||
16
notes/zettlekasten/1 - Fleeting Notes/LazyVim.md
Normal file
16
notes/zettlekasten/1 - Fleeting Notes/LazyVim.md
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
---
|
||||||
|
tags:
|
||||||
|
parents:
|
||||||
|
date/time:
|
||||||
|
---
|
||||||
|
# Overview
|
||||||
|
|
||||||
|
leader key : space (default)
|
||||||
|
|
||||||
|
|
||||||
|
## Lazygit + lillypond +nvim workflow
|
||||||
|
|
||||||
|
- create a local repository in nvim
|
||||||
|
- create a lilypond .ly file
|
||||||
|
- commit and push to remote repository
|
||||||
|
|
||||||
Reference in New Issue
Block a user