/images/logo.png
A notebook for something

Use GPU for CLIP

The Code

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29

Opencv Video

Simple tutorial to capture video with Raspberry Pi’s camera

1. Use contab to run the script automatically on startup

1
crontab -e

2. Add this line to the end

1
@reboot python /home/pi/workspace/camera/capture_video.py &

Llama Download

Tokenizer

1
curl -OL https://agi.gpt4.org/llama/LLaMA/tokenizer.model

7B

1
2
curl -OL https://agi.gpt4.org/llama/LLaMA/7B/consolidated.00.pth
curl -OL https://agi.gpt4.org/llama/LLaMA/7B/params.json

13B

1
2
3