Update README.md
Browse files
README.md
CHANGED
@@ -30,6 +30,7 @@ library_name: transformers
|
|
30 |
Clone repository:
|
31 |
```python
|
32 |
git clone https://huggingface.co/Chantal/RaDialog-interactive-radiology-report-generation
|
|
|
33 |
```
|
34 |
|
35 |
Install requirements:
|
@@ -37,7 +38,7 @@ Install requirements:
|
|
37 |
conda create -n llava_hf python=3.10
|
38 |
conda activate llava_hf
|
39 |
conda install pytorch==2.0.1 torchvision==0.15.2 torchaudio==2.0.2 pytorch-cuda=11.7 -c pytorch -c nvidia
|
40 |
-
pip install requirements.txt
|
41 |
```
|
42 |
|
43 |
Run RaDialog inference:
|
|
|
30 |
Clone repository:
|
31 |
```python
|
32 |
git clone https://huggingface.co/Chantal/RaDialog-interactive-radiology-report-generation
|
33 |
+
cd RaDialog-interactive-radiology-report-generation
|
34 |
```
|
35 |
|
36 |
Install requirements:
|
|
|
38 |
conda create -n llava_hf python=3.10
|
39 |
conda activate llava_hf
|
40 |
conda install pytorch==2.0.1 torchvision==0.15.2 torchaudio==2.0.2 pytorch-cuda=11.7 -c pytorch -c nvidia
|
41 |
+
pip install -r requirements.txt
|
42 |
```
|
43 |
|
44 |
Run RaDialog inference:
|