docs: fix typo

This commit is contained in:
hieu-jan 2024-03-09 00:56:19 +09:00
parent 82eb31114b
commit 1f6ba881fc

View File

@ -1,7 +1,7 @@
--- ---
title: Stuck on Loading Model title: Stuck on Loading Model
sidebar_position: 8 sidebar_position: 8
description: Troubleshooting steps to resolve issues related to loading model. description: Troubleshooting steps to resolve issues related to the loading model.
keywords: keywords:
[ [
Jan AI, Jan AI,
@ -19,7 +19,7 @@ keywords:
## 1. Issue: Model Loading Stuck Due To Missing Windows Management Instrumentation Command-line (WMIC) ## 1. Issue: Model Loading Stuck Due To Missing Windows Management Instrumentation Command-line (WMIC)
Encountering an stuck on loading model issue in Jan is caused by errors related the `Windows Management Instrumentation Command-line (WMIC)` path not being included in the system's PATH environment variable. Encountering a stuck-on-loading model issue in Jan is caused by errors related to the `Windows Management Instrumentation Command-line (WMIC)` path not being included in the system's PATH environment variable.
Error message: Error message:
``` ```
@ -34,10 +34,10 @@ It can be resolved through the following steps:
2. **Access Environment Variables:** 2. **Access Environment Variables:**
- Go to the "Advanced" tab. - Go to the "Advanced" tab.
- Click "Environment Variables" button. - Click the "Environment Variables" button.
3. **Edit System PATH:** 3. **Edit System PATH:**
- Under "System Variables," find and select `Path`. - Under "System Variables" find and select `Path`.
- Click "Edit." - Click "Edit."
4. **Add WMIC Path:** 4. **Add WMIC Path:**