TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

GitHub Actions as a time-sharing supercomputer

4 点作者 alexellisuk超过 1 年前

1 comment

alexellisuk超过 1 年前
I wanted to see how the idea of a "time-sharing" computer from the 1970s could be applied to modern computing tasks. The API for GitHub and GitHub Actions was ideal for being able to submit bash scripts and have them execute in a VM, including secrets management and getting binary results back to the local machine like a YouTube video from youtubedl or a custom Linux Kernel built on speedy hardware. Because GitHub's all about AI now, I've also included an example of how to run llama2 to answer a bunch of questions using a pre-trained model from Hugging Face.