@@ -30,7 +30,7 @@ export default function ComputeServers() {
30
30
level = { LANDING_HEADER_LEVEL }
31
31
title = {
32
32
< >
33
- Powerful Compute Servers with Optional GPU Support
33
+ Powerful Compute Servers with GPU Options
34
34
< ComputeServerTemplates
35
35
getPopupContainer = { ( ) => ref . current }
36
36
style = { { maxWidth : "900px" } }
@@ -52,8 +52,8 @@ export default function ComputeServers() {
52
52
>
53
53
< Paragraph >
54
54
Extend your { siteName } projects with powerful{ " " }
55
- < Text strong > compute servers</ Text > . They give you much more power,
56
- optional GPU support , and flexibility for your computations.
55
+ < Text strong > compute servers</ Text > . They give you much more power, GPU
56
+ options , and flexibility for your computations.
57
57
</ Paragraph >
58
58
< Paragraph >
59
59
From within your { siteName } project, spin up and connect to a powerful
@@ -67,17 +67,17 @@ export default function ComputeServers() {
67
67
project.
68
68
</ Paragraph >
69
69
< Paragraph >
70
- These machines optionally come with{ " " }
71
- < Text strong > extensive GPU support</ Text > , from a single NVIDIA T4 to
72
- eight H100's, with many options in between, including L4 and L40,
73
- RTX-A4/5/6000, and A100 with 40GB and 80GB. The finely configured
74
- software images include SageMath, Anaconda, { " " }
75
- < A href = "https://youtu.be/kcxyShH3wYE" > Google Colab</ A > , Julia, { " " }
76
- < A href = "https://youtu.be/JG6jm6yv_KE" > PyTorch</ A > , Tensorflow and { " " }
77
- < A href = "https://youtu.be/OMN1af0LUcA" > Open WebUI</ A > , accommodating a
78
- versatile range of uses. The pre-configured software environments make
79
- it very easy to make use of them, right out of the box. You can also run
80
- any command as{ " " }
70
+ These servers optionally come with{ " " }
71
+ < Text strong > very competitively priced GPU support</ Text > , from a single
72
+ NVIDIA T4 to eight H100's, with many options in between, including L4
73
+ and L40, RTX-A4/5/6000, and A100 with 40GB and 80GB. The finely
74
+ configured software images include{ " " }
75
+ < A href = "https://youtu.be/kcxyShH3wYE" > Google Colab</ A > , SageMath,
76
+ Anaconda, Julia, < A href = "https://youtu.be/JG6jm6yv_KE" > PyTorch</ A > ,
77
+ Tensorflow and < A href = "https://youtu.be/OMN1af0LUcA" > Open WebUI</ A > ,
78
+ accommodating a versatile range of uses. The pre-configured software
79
+ environments make it very easy to make use of them, right out of the
80
+ box. You can also run any command as{ " " }
81
81
< A href = "https://doc.cocalc.com/compute_server.html#becoming-root-and-port-forwarding" >
82
82
root
83
83
</ A >
@@ -88,8 +88,8 @@ export default function ComputeServers() {
88
88
< A href = "https://doc.cocalc.com/compute_server.html#compute-server-filesystem" >
89
89
< Text strong > files are synchronized</ Text >
90
90
</ A >
91
- . Therefore, you can seamlessly switch between local and remote
92
- computing. You also have much more disk storage on the remote machine.
91
+ . Therefore, you can seamlessly switch between different servers. You
92
+ also have much more disk storage on the remote machine.
93
93
</ Paragraph >
94
94
< Paragraph >
95
95
Usage of these machines is < Text strong > billed by the second</ Text > . The
0 commit comments