Skip to content

Commit f59fc3e

Browse files
Merge pull request LambdaLabs#202 from LambdaLabs/power-requirements
Add FAQ: "What are the power requirements for my workstation's PSU?"
2 parents e29ddea + eac3d48 commit f59fc3e

File tree

7 files changed

+90
-0
lines changed

7 files changed

+90
-0
lines changed
214 KB
Loading
58.5 KB
Loading
11.8 KB
Loading
223 KB
Loading
8.66 KB
Loading
38.5 KB
Loading
Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,90 @@
1+
---
2+
title: "What are the power requirements for my workstation's PSU?"
3+
type: docs
4+
tags:
5+
- hardware
6+
---
7+
8+
The power requirements for Lambda workstation power supply units (PSUs) are as
9+
follows:
10+
11+
{{% alert title="Tip" color="success" %}}
12+
The manufacturer and model of your workstation's PSU appears on the label on
13+
the PSU.
14+
{{% /alert %}}
15+
16+
| Manufacturer | Model | Wattage | Voltage (AC) | Current (A) | Frequency (Hz) | Inlet/Outlet |
17+
|--------------|-------------------|---------|--------------|-------------|----------------|--------------|
18+
| Super Flower | SF-1300F14MG V1.0 | 1300 | 100-240 | 15 | 60/50 | C14/C13 |
19+
| Super Flower | SF-1600F14HT | 1600 | 115-240 | 17-10 | 60/50 | C20/C19 |
20+
| Super Flower | SF-2000F14HP | 2000 | 200-240 | 15 | 50 | C20/C19 |
21+
22+
## Power connector inlets and outlets
23+
24+
This is what a **C14 inlet** looks like:
25+
26+
{{< imgproc c14-inlet Resize "200x" >}}{{< /imgproc >}}
27+
28+
This is what a **C13 outlet** looks like:
29+
30+
{{< imgproc c13-outlet Resize "200x" >}}{{< /imgproc >}}
31+
32+
This is what a **C20 inlet** looks like:
33+
34+
{{< imgproc c20-inlet Resize "200x" >}}{{< /imgproc >}}
35+
36+
This is what a **C19 outlet** looks like:
37+
38+
{{< imgproc c19-outlet Resize "200x" >}}{{< /imgproc >}}
39+
40+
## Power cord plugs and receptacles
41+
42+
{{% alert title="Warning" color="warning" %}}
43+
Lambda workstations **must** be connected to a dedicated power circuit that
44+
isn't shared with other devices. Otherwise, the **breaker will trip and
45+
disconnect power to the circuit**.
46+
{{% /alert %}}
47+
48+
### SF-1300F14MG V1.0 1300W PSU
49+
50+
For customers in North America, the SF-1300F14MG V1.0 1300W PSU power cord has
51+
a NEMA 5-15 plug. The plug inserts into NEMA 5-15 and NEMA 5-20 receptacles,
52+
which look like this:
53+
54+
{{< imgproc 20A-15A-outlets Resize "400x" >}}{{< /imgproc >}}
55+
56+
On request, a C13-C14 power cord can be substituted for use with power
57+
distribution units (PDUs) commonly found in data centers.
58+
59+
### SF-1600F14HT 1600W PSU
60+
61+
For customers in North America, the SF-1600F14HT 1600W PSU power cord uses a
62+
NEMA 5-20 plug. The plug inserts into a NEMA 5-20 receptacle, which looks like
63+
the receptacle on the right in the picture, below.
64+
65+
{{< imgproc 20A-15A-outlets Resize "400x" >}}{{< /imgproc >}}
66+
67+
On request, a C19-C20 power cord can be substituted for use with power
68+
distribution units (PDUs) commonly found in data centers.
69+
70+
### SF-2000F14HP 2000W PSU
71+
72+
For customers in North America, the SF-2000F14HP 2000W PSU power cord uses
73+
NEMA 6-20 or NEMA 6-15 connectors, which look like the ones in the third row
74+
in the picture, below.
75+
76+
{{< imgproc NEMA-connectors Resize "400x" >}}{{< /imgproc >}}
77+
78+
On request, a C19-C20 power cord can be substituted for use with power
79+
distribution units (PDUs) commonly found in data centers.
80+
81+
## Uninterruptible Power Supplies (UPSs)
82+
83+
{{% alert title="Warning" color="warning" %}}
84+
Lambda workstations are high-performance systems and use a large amount of
85+
power. For this reason, **Lambda workstations can't reliably be used with
86+
Uninterruptible Power Supplies (UPSs, or battery backups)**.
87+
88+
If you use a UPS with your workstation, you might experience system
89+
instability and trouble booting.
90+
{{% /alert %}}

0 commit comments

Comments
 (0)