{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/paper/intellect-1-technical-report","title":"INTELLECT-1 Technical Report","arxiv_id":"2412.01152","date":"2024-12-02","proceeding":null,"authors":["Sami Jaghouar","Jack Min Ong","Manveer Basra","Fares Obeid","Jannik Straube","Michael Keiblinger","Elie Bakouch","Lucas Atkins","Maziyar Panahi","Charles Goddard","Max Ryabinin","Johannes Hagemann"],"abstract":"In this report, we introduce INTELLECT-1, the first 10 billion parameter language model collaboratively trained across the globe, demonstrating that large-scale model training is no longer confined to large corporations but can be achieved through a distributed, community-driven approach. INTELLECT-1 was trained on 1 trillion tokens using up to 14 concurrent nodes distributed across 3 continents, with contributions from 30 independent compute providers dynamically joining and leaving the training process, while maintaining 83-96% compute utilization and 36.2-41.4% model FLOPS utilization. We leverage PRIME, our scalable distributed training framework designed for fault-tolerant, high-performance training on unreliable, globally distributed nodes. Key innovations in PRIME include the ElasticDeviceMesh, which manages dynamic global process groups for fault-tolerant communication across the internet and local process groups for communication within a node, live checkpoint recovery kernels, and a hybrid DiLoCo-FSDP2 implementation. Using PRIME with DiLoCo and our custom int8 all-reduce, we achieve a 400x reduction in communication bandwidth compared to traditional data-parallel training settings while delivering comparable performance. These results demonstrate the feasibility and promise of training frontier foundation models in a decentralized network of global GPU resources.","url_abs":"https://arxiv.org/abs/2412.01152v1","url_pdf":"https://arxiv.org/pdf/2412.01152v1.pdf","source":{"archive":"pwc-archive (Hugging Face), CC BY-SA 4.0","snapshot":"2025-07-28","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","row_kind":"links_only","authors_date_abstract":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license), from the Kaggle arXiv metadata snapshot of 2026-09-12"},"code_links":[{"paper_slug":"intellect-1-technical-report","repo_url":"https://github.com/PrimeIntellect-ai/prime","is_official":1,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"MIT"}}],"tasks":[],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2412.01152","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2412.01152"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-24T18:15:14+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/PrimeIntellect-ai/prime","reach":{"status":"ok","spdx":"MIT"}}],"summary":{"unverified":8},"by_repo_kind":{"official":{"samples":8,"ran":0,"repositories":1}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted","community":"Not in the archive's code links for this paper; a community repository Syntology harvested"},"n_pointer_only_for_licence":0,"samples":[{"code_sha256_prefix":"588e11911de64732","entry":"deadline_after","repo":"PrimeIntellect-ai/prime","repo_kind":"official","path":"packages/prime-runs/src/prime_runs/worker.py","file_url":"https://github.com/PrimeIntellect-ai/prime/blob/HEAD/packages/prime-runs/src/prime_runs/worker.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"588e11911de64732"}},{"code_sha256_prefix":"95ad09cc0e0ff50b","entry":"encode_json","repo":"PrimeIntellect-ai/prime","repo_kind":"official","path":"packages/prime-runs/src/prime_runs/_http.py","file_url":"https://github.com/PrimeIntellect-ai/prime/blob/HEAD/packages/prime-runs/src/prime_runs/_http.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"95ad09cc0e0ff50b"}},{"code_sha256_prefix":"79a3eb0a37848bf5","entry":"from_episodes","repo":"PrimeIntellect-ai/prime","repo_kind":"official","path":"packages/prime-runs/src/prime_runs/metrics.py","file_url":"https://github.com/PrimeIntellect-ai/prime/blob/HEAD/packages/prime-runs/src/prime_runs/metrics.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"79a3eb0a37848bf5"}},{"code_sha256_prefix":"c5df07e0fc345f71","entry":"json_bytes","repo":"PrimeIntellect-ai/prime","repo_kind":"official","path":"packages/prime-runs/src/prime_runs/projection.py","file_url":"https://github.com/PrimeIntellect-ai/prime/blob/HEAD/packages/prime-runs/src/prime_runs/projection.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"c5df07e0fc345f71"}},{"code_sha256_prefix":"92b30a833e6bcf76","entry":"split_api_root","repo":"PrimeIntellect-ai/prime","repo_kind":"official","path":"packages/prime-runs/src/prime_runs/_http.py","file_url":"https://github.com/PrimeIntellect-ai/prime/blob/HEAD/packages/prime-runs/src/prime_runs/_http.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"92b30a833e6bcf76"}},{"code_sha256_prefix":"08ecb56a0f07d264","entry":"summary_trace_index","repo":"PrimeIntellect-ai/prime","repo_kind":"official","path":"packages/prime-runs/src/prime_runs/projection.py","file_url":"https://github.com/PrimeIntellect-ai/prime/blob/HEAD/packages/prime-runs/src/prime_runs/projection.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"08ecb56a0f07d264"}},{"code_sha256_prefix":"53c0e170d79748df","entry":"time_left","repo":"PrimeIntellect-ai/prime","repo_kind":"official","path":"packages/prime-runs/src/prime_runs/worker.py","file_url":"https://github.com/PrimeIntellect-ai/prime/blob/HEAD/packages/prime-runs/src/prime_runs/worker.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"53c0e170d79748df"}},{"code_sha256_prefix":"9f0954183b045a41","entry":"trace_to_sample","repo":"PrimeIntellect-ai/prime","repo_kind":"official","path":"packages/prime-runs/src/prime_runs/projection.py","file_url":"https://github.com/PrimeIntellect-ai/prime/blob/HEAD/packages/prime-runs/src/prime_runs/projection.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"9f0954183b045a41"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}