You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en/alab/install.md
+63-14Lines changed: 63 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -47,15 +47,15 @@ Visit the [product page on AWS Marketplace](https://aws.amazon.com/marketplace/p
47
47
- Deploy it on a new machine.
48
48
- In Launch an instance configuration attach IAM role to the AMI (IAM role attached to the AMI machine should have access to both `aws-marketplace:MeterUsage` and `ec2:DescribeInstanceTypes` permission)
49
49
50
-

51
-
50
+

51
+
52
52
- In advance details, enable `Metadata accessible` and select `V1 and V2` in `Metadata version`
- Access the login page for a guided experience on `http://INSTANCE_IP`. For the first login use the following credentials:
57
-
Username: admin
58
-
Password: INSTANCE_ID
57
+
Username: admin
58
+
Password: INSTANCE_ID
59
59
60
60
<divclass="cell cell--12 cell--lg-6 cell--sm-12"><divclass="video-item">{%- include extensions/youtube.html id='ebaewU4BcQA' -%}<divclass="video-descr">Deploy Generative AI Lab via AWS Marketplace</div></div></div>
61
61
@@ -198,24 +198,24 @@ Visit the [product page on Azure Marketplace](https://azuremarketplace.microsoft
6. Visit the login page at http://External_IP for a guided experience. For your initial login, use the following credentials: Username: admin, Password: the password set in step 4.
220
220
221
221
**Note:** You can find the External_IP under Kubernetes resources by navigating to Services and ingresses and locating the addon-http-application-routing-nginx-ingress service name.
@@ -268,10 +268,59 @@ kubectl get pods
268
268
</div><divclass="h3-box"markdown="1">
269
269
270
270
271
-
272
271
## Dedicated Server
273
272
274
-
For installing Generative AI Lab on a dedicated server please contact us at [support@johnsnowlabs.com](mailto:support@johnsnowlabs.com).
273
+
**On-Prem Installation Guide**
274
+
275
+
**Prerequisites:**`curl` and `jq` tools must be installed.
276
+
277
+
**Step 1: Create the License File**
278
+
Create a file named `License` and add your application key inside the file. You can use the following command:
For more information regarding installation of Generative AI Lab on a dedicated server please contact us at [support@johnsnowlabs.com](mailto:support@johnsnowlabs.com).
323
+
275
324
276
325
### Recommended Configurations
277
326
@@ -288,7 +337,7 @@ For installing Generative AI Lab on a dedicated server please contact us at [sup
288
337
<th>Server requirements</th>
289
338
<td>The minimal required configuration is <bl>32GB RAM, 8 Core CPU, 512 Storage (Root directory requires 80 gb free space for k3s installation)</bl>.<br /><br />
290
339
291
-
The ideal configuration in case model training and preannotations are required on a large number of tasks is <bl>64 GiB, 16 Core CPU, 512 SSD</bl>.
340
+
The ideal configuration in case model training and pre-annotations are required on a large number of tasks is <bl>64 GiB, 16 Core CPU, 512 SSD</bl>.
0 commit comments