摘要: 预热 pre-warm AWS EBS Volume 阅读全文
posted @ 2024-11-05 22:28 LexLuc 阅读(8) 评论(0) 推荐(0) 编辑
摘要: AWS EC2 S3 文件对象 上传 下载 复制 共享 阅读全文
posted @ 2024-10-31 01:21 LexLuc 阅读(7) 评论(0) 推荐(0) 编辑
摘要: Anthropic https://docs.anthropic.com/en/docs/build-with-claude/prompt-engineering/prompt-generator OpenAI https://platform.openai.com/docs/guides/prom 阅读全文
posted @ 2024-10-15 01:48 LexLuc 阅读(7) 评论(0) 推荐(0) 编辑
摘要: ComfyUI 上手, 工作流, 图生图, 自定义节点, VAE, ControlNet, LoRA 阅读全文
posted @ 2024-10-03 01:39 LexLuc 阅读(162) 评论(0) 推荐(0) 编辑
摘要: Setup Pyenv # Install Pyenv brew update && brew install pyenv # Install Python Interpreter with specific version e.g. 3.9.15 pyenv install 3.9.15 # Na 阅读全文
posted @ 2024-09-27 00:34 LexLuc 阅读(17) 评论(0) 推荐(0) 编辑
摘要: vscode launch.json template 模板 debug 阅读全文
posted @ 2024-09-04 21:49 LexLuc 阅读(13) 评论(0) 推荐(0) 编辑
摘要: 什么是可突发实例(Burstable Instances)? 理解CPU Credit 什么是CPU Credit 如何积累CPU Credit 消耗CPU Credit 突发带宽(Burstable Bandwidth)概述 支付CPU Credit费用 标准使用 无限模式 成本管理与优化 总结 阅读全文
posted @ 2024-08-25 01:35 LexLuc 阅读(48) 评论(0) 推荐(0) 编辑
摘要: CloudFlare Workers, Logpush, Tail Workers, Real-time Logging, 实时日志服务, 低成本 阅读全文
posted @ 2024-08-20 01:33 LexLuc 阅读(294) 评论(0) 推荐(0) 编辑
摘要: LLM,合成数据,生成文本数据,生成格式化数据,Kmeans, elbow 阅读全文
posted @ 2024-08-19 01:45 LexLuc 阅读(252) 评论(0) 推荐(0) 编辑
摘要: Demo import fs from "fs"; import OpenAI from "openai"; const openai = new OpenAI(); async function main() { const transcription = await openai.audio.t 阅读全文
posted @ 2024-07-27 03:00 LexLuc 阅读(16) 评论(0) 推荐(0) 编辑