See the new site: https://postgresisenough.dev
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| """ | |
| The most atomic way to train and run inference for a GPT in pure, dependency-free Python. | |
| This file is the complete algorithm. | |
| Everything else is just efficiency. | |
| @karpathy | |
| """ | |
| import os # os.path.exists | |
| import math # math.log, math.exp |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # RydMike LINTER Preferences v2.6.0 | |
| # | |
| # Get this file here: https://gist.github.com/rydmike/fdb53ddd933c37d20e6f3188a936cd4c | |
| # | |
| # We include and activate all_lint_rules, then below we disable the not used or desired ones. | |
| # You can find a list of all lint rules to put in your all_lint_rules.yaml file here: | |
| # https://dart.dev/tools/linter-rules/all | |
| # | |
| # This version is updated for Flutter 3.38 and Dart 3.10. | |
| # |
Download ARM Foundation Model: https://developer.arm.com/products/system-design/fixed-virtual-platforms.
Try the model: ./models/Linux64_GCC-4.9/Foundation_Platform --image examples/hello.axf
Fast Models [11.4.37 (Jun 19 2018)]
Copyright 2000-2018 ARM Limited.