update
This commit is contained in:
@@ -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/
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user