Commit Graph

175 Commits

Author SHA1 Message Date
Dmitry Baranchuk
4cb986f680 add chained rpc_forward & rpc_backward 2022-07-06 19:44:28 +03:00
Dmitry Baranchuk
0b5a68983f
Merge pull request #17 from learning-at-home/update-model
Update client and model
2022-07-05 16:41:36 +03:00
Dmitry Baranchuk
29999a6691 rm debug print 2022-07-05 02:02:19 +03:00
Dmitry Baranchuk
e66ab6f1f2 design interface & refactoring 2022-07-05 01:54:47 +03:00
Dmitry Baranchuk
be83e6d0cb refactoring 2022-07-04 22:43:51 +03:00
Dmitry Baranchuk
6a603f9cd6 set requires_grad=False, lm_layer -> h @ word_embeddings, rm lm_layer from comverted_model 2022-07-04 21:26:06 +03:00
Dmitry Baranchuk
d969172208 set requires_grad=False, lm_layer -> h @ word_embeddings, rm lm_layer from comverted_model 2022-07-04 21:18:29 +03:00
justheuristic
30d8bf3301 Merge branch 'main' of github.com:learning-at-home/bloom-demo into main 2022-07-01 16:58:28 +03:00
Aleksandr Borzunov
792dc4bcf8 review 2022-07-01 11:55:48 +03:00
justheuristic
8de7c1687b
list latest additions 2022-07-01 03:57:21 +03:00
justheuristic
d42e8abd38 Merge branch 'client' into main 2022-07-01 03:53:54 +03:00
justheuristic
d688cb0d22 stupid, slow, fragile, but correct full model inference 2022-07-01 03:53:08 +03:00
justheuristic
a6c4a606e0 compare logits to logits 2022-07-01 03:48:36 +03:00
justheuristic
d0c7f2a886 test full model exact match 2022-07-01 03:38:38 +03:00
justheuristic
3f42b3fb8d run inference with no grad 2022-07-01 02:49:02 +03:00
justheuristic
db3ad89c2e temporary fix for info 2022-07-01 02:42:56 +03:00
justheuristic
6113a7e955 create alibi inside each block 2022-07-01 02:36:14 +03:00
justheuristic
8ff45d136d check for absent args 2022-07-01 02:34:10 +03:00
justheuristic
f8b7aaece4 proper __len__ 2022-07-01 02:32:29 +03:00
justheuristic
dfc7449cd5 fix hanging 2022-07-01 02:23:33 +03:00
artek0chumak
9c31c16ecd review 2022-06-29 20:31:25 +03:00
justheuristic
75fdd9d2cd typo 2022-06-29 15:32:48 +03:00
justheuristic
4c92d8636f forward exc details 2022-06-29 15:31:11 +03:00
justheuristic
e7f716502c inference session 2022-06-29 15:30:36 +03:00
justheuristic
a7be94e6e7 debug-check 2022-06-29 15:27:17 +03:00
justheuristic
217f109723 fix reference 2022-06-29 15:06:10 +03:00
justheuristic
a4bdce32c1 fix reference 2022-06-29 14:41:54 +03:00
justheuristic
ec477b910b rename 2022-06-29 14:40:11 +03:00
justheuristic
e38ab3f134 typing fix 2022-06-29 14:27:00 +03:00
Aleksandr Borzunov
b78d713347 refactor, add swarm info 2022-06-29 14:26:47 +03:00
Dmitry Baranchuk
d7baa9997d rm deprecated files 2022-06-29 13:56:44 +03:00
Dmitry Baranchuk
f60a7dd183 deploy swarm on local & remote machines 2022-06-29 13:52:43 +03:00
justheuristic
331591c915 less intrusive warnings 2022-06-29 11:31:23 +03:00
justheuristic
9c492bbe8c Infer prefix by defaukt 2022-06-29 11:28:13 +03:00
justheuristic
19ae71e8fc from_pretrained 2022-06-29 11:21:18 +03:00
justheuristic
eea6fbb318 check for past key values properly 2022-06-29 11:09:49 +03:00
justheuristic
3f32912937 check for past key values properly 2022-06-29 11:08:00 +03:00
justheuristic
7903bd8f9f check for none 2022-06-29 11:05:21 +03:00
justheuristic
471e47c0f5 black-isort 2022-06-29 10:55:13 +03:00
justheuristic
7d68f6b9a4 fix model creation 2022-06-29 10:53:21 +03:00
justheuristic
828291788e fix import cycle 2022-06-29 10:47:11 +03:00
justheuristic
5849cea28c prototype remote sequential 2022-06-29 10:45:08 +03:00
Dmitry Baranchuk
775f5b25cb
fix use_auth_token 2022-06-28 21:00:34 +03:00
justheuristic
6e3db6bed6 black-isort 2022-06-28 13:16:03 +03:00
justheuristic
894cd5d586 Merge branch 'fix-auth-token' into main 2022-06-28 13:15:34 +03:00
Dmitry Baranchuk
4d27080ccc add scripts to deploy a swarm 2022-06-27 17:26:08 +03:00
justheuristic
f9b6b67b09 [typo] fix typo where run_server with blocks with index 0 would cause server.create to NOT start (start=0) 2022-06-27 15:55:47 +03:00
justheuristic
d5c410bb1f fix auth token 2022-06-27 15:51:58 +03:00
justheuristic
ca3c08acc1
Update README.md 2022-06-24 10:05:39 +03:00
justheuristic
34b8b86673 disclaimer: this part is a work-in-progress 2022-06-23 16:38:54 +03:00