Skip to content

Commit c6b73a6

Browse files
committed
Add Finetuning LLMs on CPUs Blog Post
1 parent 2839470 commit c6b73a6

3 files changed

Lines changed: 1089 additions & 2 deletions

File tree

.github/styles/config/vocabularies/TraceMachina/accept.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,23 @@
1+
[Aa]gentic
12
Ansys
3+
Anthropic
24
AMI
35
Astro
46
Bazel
57
Bazelisk
8+
[Bb]oolean
69
Cloudflare
10+
Colab
11+
CPUs
712
ELB
813
FFI
914
FFIs
1015
GPUs
1116
Goma
1217
[Hh]ermeticity
1318
JDK
19+
json
20+
JSON
1421
Kustomization
1522
Kustomizations
1623
LLD

web/platform/src/content/docs/docs/config/production-config.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,11 @@ which both provide helpful reference for customers looking to deploy NativeLink
1313
## Production CAS Overview
1414
At NativeLink we offer CAS-as-a-Service running on all the major cloud providers (AWS, GCP, Azure, etc). This allows our customers to get started with NativeLink to improve build & test performance with minimal effort. Behind the scenes, each CAS service runs in a Kubernetes namespace with a dedicated ActionCache store and a shared CAS store. In this article, we take a deep dive into how we Configure the CAS service in our cloud. Even if you’re not using our hosted CAS service, the insights covered here will help you Configure your own CAS to achieve high performance and scalability.
1515

16-
To run NativeLink, you just pass the path to a single JSON Configuration file, such as:
16+
To run NativeLink, you just pass the path to a single JSON5 Configuration file, such as:
1717

18-
/bin/NativeLink /etc/Config/cas.json
18+
```bash
19+
/bin/NativeLink /etc/Config/cas.json5
20+
```
1921

2022
The entire JSON file we use for the cloud service is included at the end of this document.
2123
NativeLink Servers

0 commit comments

Comments
 (0)