News · Meta's Llama 3.2 Runs on the ISS Without a Connection to Earth
Meta's Llama 3.2 Runs on the ISS Without a Connection to Earth
Booz Allen fine-tuned an open-weight model to run offline on HPE's Spaceborne Computer-2 — a deployment defined by the absence of internet, not the presence of it.
The constraint that picked the model
The most important fact in Meta's announcement is a limitation, not a feature: there is no internet on the International Space Station. That single condition drives every technical choice here.
Because Llama 3.2 is distributed as downloadable model weights, Booz Allen could load a fine-tuned copy onto hardware in orbit and run inference locally. No request leaves the station, no data routes through a hosted AI service, and no ground link is required for the model to answer. Meta frames this as security and cost, but the operative benefit is simpler — the system works when there is nothing to connect to.
This is the case that closed-API models structurally cannot serve. A metered endpoint assumes a network path back to a vendor's servers. The ISS removes that assumption, and with it the entire deployment pattern most commercial AI depends on.
What the stack actually is
Space Llama is an integration project more than a model project. Meta supplied Llama's vision capabilities; Booz Allen contributed its A2E2 (AI for Edge Environments) tooling; the compute is HPE's Spaceborne Computer-2 with NVIDIA accelerated hardware.
The performance claim is specific and worth noting: the team says it took AI tasks that ran in minutes down to just over a second, using models fine-tuned with NVIDIA CUDA software and its cuDNN and cuBLAS acceleration libraries. That is an edge-optimization story — squeezing a compact, satellite-class, energy-constrained system to real-time response, rather than scaling up to a larger model.
Meta describes the combination as believed to be the first of its kind used beyond Earth. The novelty is the assembly of open weights, edge tooling, and space-rated compute, not any one component.
A narrow first job: retrieving documents
The described use is modest and concrete. Space Llama is generative and multimodal — text, visual, and auditory input — and the example given is helping researchers pull information from technical reference documents and instructions without an internet connection.
That is essentially offline retrieval and question-answering against onboard documentation, applied to repairs and maintenance. It is a sensible first task: high value, bounded scope, and tolerant of a small model running on constrained hardware.
Bill Vass, Booz Allen's chief technology officer, ties this to a larger trajectory:
Space innovation has been limited historically due to reliance on Earth-based connectivity for compute and communications capabilities. Space Llama brings tools directly to the edge of space to quickly conduct critical repairs and maintain the ISS National Lab.Montana Labs
The path that made this possible
The announcement points to two earlier steps. In August 2024, Booz Allen had already run a generative LLM in space on the same Spaceborne Computer-2. In November 2024, Meta opened its Llama models to US government agencies and private sector partners, which the company credits as what made Space Llama possible.
So this is an incremental build on prior hardware and a licensing decision, not a standalone breakthrough. The distribution model — weights you can download, fine-tune, and deploy under a government-facing license — is the enabling ingredient.
The implication: offline-first is a real deployment class, and open weights own it
Space Llama is an extreme example of a category that matters on Earth too: disconnected, air-gapped, or intermittently connected environments where you cannot call a hosted API. Submarines, remote sensors, field operations, and secure facilities share the ISS's core constraint even if none of them share its altitude.
For teams building in those settings, the takeaway is practical. When the network can't be assumed, the ability to download weights, fine-tune them, and run inference on your own accelerated hardware isn't a preference — it's the only architecture that functions. This deployment shows that pattern working end to end on constrained space hardware, which raises the credible bar for what open-weight edge AI can do closer to home.
Find this story relevant to you?
Contact us to find a unique solution
Need an AI engineering partner that can actually build?
We help businesses integrate AI, build AI-powered products, automate high-value workflows, and modernize the software systems behind them.
Related reading
More analysis around product delivery, operational AI, and the systems work that makes deployment hold up in reality.