ga89tiy
commited on
Commit
β’
d9d891d
1
Parent(s):
0a8703d
update readme
Browse files- README.md +3 -2
- requirements.txt.py +0 -0
README.md
CHANGED
@@ -19,8 +19,8 @@ library_name: transformers
|
|
19 |
</div>
|
20 |
|
21 |
<p align="center">
|
22 |
-
π <a href="https://arxiv.org/abs/2311.18681" target="_blank">Paper</a> β’
|
23 |
-
</p>
|
24 |
|
25 |
<div align="center">
|
26 |
</div>
|
@@ -36,6 +36,7 @@ Install requirements:
|
|
36 |
```python
|
37 |
conda create -n llava_hf python=3.10
|
38 |
conda activate llava_hf
|
|
|
39 |
pip install requirements.txt
|
40 |
```
|
41 |
|
|
|
19 |
</div>
|
20 |
|
21 |
<p align="center">
|
22 |
+
π <a href="https://arxiv.org/abs/2311.18681" target="_blank">Paper</a> β’ π₯οΈ <a href="https://github.com/ChantalMP/RaDialog" target="_blank">Github</a> β’ ποΈ<a href="https://physionet.org/content/radialog-instruct-dataset/1.0.0/" target="_blank">Dataset</a>
|
23 |
+
β’ ποΈ<a href="https://chantalmp.github.io/RaDialog/" target="_blank">Project Page</a> </p>
|
24 |
|
25 |
<div align="center">
|
26 |
</div>
|
|
|
36 |
```python
|
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 |
|
requirements.txt.py
ADDED
File without changes
|