This commit is contained in:
dl92
2025-10-25 22:02:52 +01:00
parent aa7e41be8e
commit 086dbbd983
2 changed files with 8 additions and 3 deletions

View File

@@ -50,4 +50,9 @@ for example:
- LLM are generative since given the distribution one can sample from it
- LLMs are generally Autoregressive (AR): $$ p(x_1,x_2,...,x_L)=p(x_1)p(x_2|x_1)p(x_3|x_1,x_2),...p(x_L|x_1:x_{L-1})= \prod_i p(x_i|x_1:x_{i-1})$$
**Task**: predict next word:
**Task**: predict next word:
# pytorch
https://blog.ezyang.com/2019/05/pytorch-internals/

View File

@@ -33,9 +33,9 @@ git clone ssh://yousef@chillibilly.pw:~/Projects
```
ssh-keygen -t rsa -b 4096 -C "dl92@protonmail.com"
```
- copy keys to server(synology)
- copy keys client (dtop) to server(synology,raspberry etc...)
```
ssh-copy-id -n yousef@192.168.0.201
ssh-copy-id -n yousef@192.168.0.201 #dry run or ommit -n
```
- chg /etc/ssh/sshd_config and enable publickeyencryption and prohibit password