crscardellino
commited on
Commit
•
2dac16e
1
Parent(s):
6fe4330
Updated requirements
Browse files- README.md +6 -2
- requirements.txt +1 -0
README.md
CHANGED
@@ -12,10 +12,14 @@ Pueden clonar el repositorio con:
|
|
12 |
|
13 |
$ git clone https://huggingface.co/crscardellino/flisol-cba-martin-fierro
|
14 |
|
15 |
-
Y luego crean el entorno e instalan los requerimientos
|
16 |
-
con Python 3.10, pero debería funcionar con Python >= 3.8):
|
17 |
|
18 |
$ python -m venv flisol-venv
|
19 |
$ source ./flisol-venv/bin/activate
|
20 |
(flisol-venv) $ pip install -r requirements.txt
|
21 |
|
|
|
|
|
|
|
|
|
|
|
|
12 |
|
13 |
$ git clone https://huggingface.co/crscardellino/flisol-cba-martin-fierro
|
14 |
|
15 |
+
Y luego crean el entorno e instalan los requerimientos.
|
|
|
16 |
|
17 |
$ python -m venv flisol-venv
|
18 |
$ source ./flisol-venv/bin/activate
|
19 |
(flisol-venv) $ pip install -r requirements.txt
|
20 |
|
21 |
+
El código está probado con Python 3.10, pero debería funcionar con Python >=
|
22 |
+
3.8. En los requerimientos está organizado para instalar
|
23 |
+
[PyTorch](https://pytorch.org/) v2.0.0 para cpu, pero pueden ajustarlo para
|
24 |
+
utilizar GPUs suponiendo que cumplan los requerimientos de CUDA.
|
25 |
+
|
requirements.txt
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
--find-links https://download.pytorch.org/whl/torch_stable.html
|
|
|
2 |
datasets==2.11.0
|
3 |
jupyter==1.0.0
|
4 |
numpy==1.24.2
|
|
|
1 |
--find-links https://download.pytorch.org/whl/torch_stable.html
|
2 |
+
accelerate==0.18.0
|
3 |
datasets==2.11.0
|
4 |
jupyter==1.0.0
|
5 |
numpy==1.24.2
|