Skip to content

Commit 4accad9

Browse files
authored
Update README.md
1 parent f9d61e2 commit 4accad9

File tree

1 file changed

+4
-29
lines changed

1 file changed

+4
-29
lines changed

README.md

Lines changed: 4 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -99,47 +99,22 @@ python check_gpu.py
9999
> [THIS REPO](https://github.com/nktice/AMD-AI) also has instructions.
100100
> Also, although I'm unable to test on my system...[here are some "wheels"](https://github.com/jllllll/llama-cpp-python-cuBLAS-wheels/releases/tag/rocm) that I believe should work. However, you'd have to search and find the right one for your system.
101101
### Step 2
102-
```
103-
sudo apt-get install portaudio19-dev
104-
```
105-
### Step 3
106-
```
107-
sudo apt-get install python3-dev
108-
```
109-
### Step 4
110-
```
111-
sudo apt -y install libxcb-cursor0
112-
```
113-
### Step 5
114102
Download the ZIP file from the latest "release" and extract the contents anywhere you want. DO NOT simply clone this repository...there may be incremental changes to scripts that will be undone inbetween official releases.
115-
### Step 6
103+
### Step 3
116104
Navigate to the ```src``` folder, open a command prompt, and create a virtual environment:
117105
```
118106
python -m venv .
119107
```
120-
### Step 7
108+
### Step 4
121109
Activate the virtual environment:
122110
```
123111
source bin/activate
124112
```
125-
### Step 8
126-
```
127-
python -m pip install --upgrade pip
128-
```
129-
### Step 9
113+
### Step 5
130114
```
131115
python setup_linux.py
132116
```
133-
### Step 10
134-
```
135-
pip3 install -r requirements.txt
136-
```
137-
### Step 11
138-
You must run:
139-
```
140-
python replace_pdf.py
141-
```
142-
### Optional Step 12
117+
### Optional Step 6
143118
Run this script if you want to doublecheck wherher you installed the Pytorch and gpu-acceleration software correctly:
144119
```
145120
python check_gpu.py

0 commit comments

Comments
 (0)