fixed components in troubleshooting tab
This commit is contained in:
parent
2306da0e84
commit
683fb34709
@ -15,9 +15,7 @@ keywords:
|
|||||||
]
|
]
|
||||||
---
|
---
|
||||||
|
|
||||||
import { Aside, Steps } from '@astrojs/starlight/components'
|
import { Aside, Steps, Tabs, TabItem } from '@astrojs/starlight/components'
|
||||||
|
|
||||||
# Troubleshooting
|
|
||||||
|
|
||||||
## Getting Help: Error Logs
|
## Getting Help: Error Logs
|
||||||
|
|
||||||
@ -50,8 +48,8 @@ Remove any personal information before sharing logs. We only keep logs for 24 ho
|
|||||||
|
|
||||||
If Jan gets stuck after installation or won't start properly:
|
If Jan gets stuck after installation or won't start properly:
|
||||||
|
|
||||||
<Tabs items={['macOS', 'Windows', 'Linux']}>
|
<Tabs>
|
||||||
<Tabs.Tab>
|
<TabItem label="macOS">
|
||||||
|
|
||||||
**Clean Reinstall Steps:**
|
**Clean Reinstall Steps:**
|
||||||
|
|
||||||
@ -71,8 +69,9 @@ kill -9 <PID>
|
|||||||
|
|
||||||
4. **Download fresh copy** from [jan.ai](/download)
|
4. **Download fresh copy** from [jan.ai](/download)
|
||||||
|
|
||||||
</Tabs.Tab>
|
</TabItem>
|
||||||
<Tabs.Tab>
|
|
||||||
|
<TabItem label="Windows">
|
||||||
|
|
||||||
**Clean Reinstall Steps:**
|
**Clean Reinstall Steps:**
|
||||||
|
|
||||||
@ -94,8 +93,9 @@ taskkill /F /PID <PID>
|
|||||||
|
|
||||||
4. **Download fresh copy** from [jan.ai](/download)
|
4. **Download fresh copy** from [jan.ai](/download)
|
||||||
|
|
||||||
</Tabs.Tab>
|
</TabItem>
|
||||||
<Tabs.Tab>
|
|
||||||
|
<TabItem label="Linux">
|
||||||
|
|
||||||
**Clean Reinstall Steps:**
|
**Clean Reinstall Steps:**
|
||||||
|
|
||||||
@ -124,7 +124,7 @@ kill -9 <PID>
|
|||||||
|
|
||||||
4. **Download fresh copy** from [jan.ai](/download)
|
4. **Download fresh copy** from [jan.ai](/download)
|
||||||
|
|
||||||
</Tabs.Tab>
|
</TabItem>
|
||||||
</Tabs>
|
</Tabs>
|
||||||
|
|
||||||
<Aside type="note">
|
<Aside type="note">
|
||||||
@ -135,7 +135,6 @@ Make sure Jan is completely removed from all user accounts before reinstalling.
|
|||||||
|
|
||||||
If Jan isn't using your NVIDIA graphics card for acceleration:
|
If Jan isn't using your NVIDIA graphics card for acceleration:
|
||||||
|
|
||||||
<Steps>
|
|
||||||
|
|
||||||
### Step 1: Check Your Hardware Setup
|
### Step 1: Check Your Hardware Setup
|
||||||
|
|
||||||
@ -202,8 +201,6 @@ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/cuda/lib64
|
|||||||
|
|
||||||
Close and restart Jan to apply changes.
|
Close and restart Jan to apply changes.
|
||||||
|
|
||||||
</Steps>
|
|
||||||
|
|
||||||
#### Tested Working Configurations
|
#### Tested Working Configurations
|
||||||
|
|
||||||
**Desktop Systems:**
|
**Desktop Systems:**
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user