In terminal.app, install ffmpeg through homebrew
brew install ffmpeg
Validate the installation:
| """ | |
| The most atomic way to train and inference 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 |
| // | |
| // WebViewHTMLContent.swift | |
| // WebViewHTMLContent | |
| // | |
| // Created by Hasan Ali Şişeci on 20.06.2023. | |
| // | |
| import WebKit | |
| import SwiftUI |
Inspired by dannyfritz/commit-message-emoji
See also gitmoji.
| Commit type | Emoji |
|---|---|
| Initial commit | 🎉 :tada: |
| Version tag | 🔖 :bookmark: |
| New feature | ✨ :sparkles: |
| Bugfix | 🐛 :bug: |