Bootstrap knowledge of LLMs ASAP. With a bias/focus to GPT.
Avoid being a link dump. Try to provide only valuable well tuned information.
Neural network links before starting with transformers.
▲ (trapbook) ~ npm i -g @zeit/nowtool | |
npm WARN deprecated @types/[email protected]: This is a stub types definition. jest-diff provides its own type definitions, so you do not need this installed. | |
npm WARN deprecated [email protected]: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3. | |
npm WARN deprecated [email protected]: use is-stream instead | |
/home/coetry/.nvm/versions/node/v12.13.1/bin/nowtool -> /home/coetry/.nvm/versions/node/v12.13.1/lib/node_modules/@zeit/nowtool/bin/nowtool | |
> [email protected] install /home/coetry/.nvm/versions/node/v12.13.1/lib/node_modules/@zeit/nowtool/node_modules/dtrace-provider | |
> node-gyp rebuild || node suppress-error.js | |
make: Entering directory '/home/coetry/.nvm/versions/node/v12.13.1/lib/node_modules/@zeit/nowtool/node_modules/dtrace-provider/build' |
▲ (trapbook) zd node index.js | |
creating ticket ... | |
{ | |
jsonString: '{"ticket":{"subject":"ZD API Test","comment":{"body":"This ticket was create by coetry via a node script and the ZD API. Please do not touch it or update its status. I will be interacting with it programmatically."}}}' | |
} | |
{ | |
error: 'ParameterMissing', | |
description: 'Parameter ticket is required' | |
} |
»npm run build | |
> [email protected] build /private/tmp/css-hacks | |
> gatsby build | |
The above error occurred in the <ReduxStoreProvider> component: | |
in ReduxStoreProvider | |
in App | |
React will try to recreate this component tree from scratch using the error boundary you provided, App. |
├── pug/shared/assets/css/pages/mattress-new.css | |
├── pug/shared/images/mattress_modal/new/[email protected] | |
├── pug/shared/fonts/TiemposHeadlineWeb-Bold.woff2 | |
├── pug/shared/images/lp/retail/icon_warranty.svg | |
├── pug/shared/images/lp/retail/icon_box.svg | |
├── pug/shared/assets/tn-styles-5f03f5938398e52232e64e88db58f192.css | |
├── pug/shared/images/mattress/bg_diagram_pointer.svg | |
├── pug/shared/assets/application-323dc98fca7cd09cfb29c2a037d19043.css | |
├── pug/shared/images/ugc/og_mattress/post_1_thumbnail.jpg | |
├── pug/shared/fonts/apercu-regular.woff2 |
(ql:quickload :clack) | |
(ql:quickload :bordeaux-threads) | |
(defun main (&rest argv) | |
(declare (ignorable argv)) | |
(defvar *handler* | |
(clack:clackup | |
(lambda (env) | |
'(200 (:content-type "text/plain") ("alhamdulilLah"))))) |
(defun prompt-read (prompt) | |
(format *query-io* "~a: " prompt) | |
read-line *query-io*)) |
01/13 11:44 AM (5m) | |
yarn install v1.12.3 | |
01/13 11:44 AM (5m) | |
[1/4] Resolving packages... | |
01/13 11:44 AM (5m) | |
[2/4] Fetching packages... | |
01/13 11:45 AM (5m) | |
info [email protected]: The platform "linux" is incompatible with this module. | |
01/13 11:45 AM (5m) | |
info "[email protected]" is an optional dependency and failed compatibility check. Excluding it from installation. |
let my_favorite_language languages = | |
match languages with | |
| first :: rest -> first | |
| [] -> "Ocaml" | |
;; |
(custom-set-variables | |
;; custom-set-variables was added by Custom. | |
;; If you edit it by hand, you could mess it up, so be careful. | |
;; Your init file should contain only one such instance. | |
;; If there is more than one, they won't work right. | |
'(initial-scratch-message ";; bismilLah | |
") | |
'(package-selected-packages | |
(quote |