forked from KEMT/zpwiki
Update 'pages/students/2019/alina_vitko/README.md'
This commit is contained in:
parent
96ec1fee8c
commit
048e8bacce
@ -39,25 +39,35 @@ Je potrebné mať nekoľko GB voľného miesta. Ak je Váš počítač pomalý,
|
|||||||
|
|
||||||
1. Aktivujte si prázdne prostredie Anaconda.
|
1. Aktivujte si prázdne prostredie Anaconda.
|
||||||
|
|
||||||
|
```
|
||||||
conda create -m qa
|
conda create -m qa
|
||||||
conda activate qa
|
conda activate qa
|
||||||
|
```
|
||||||
|
|
||||||
2. Nainštalujte Pytorch:
|
2. Nainštalujte Pytorch:
|
||||||
|
|
||||||
|
```
|
||||||
conda install pytorch=1.6 torchvision torchaudio cpuonly -c pytorch
|
conda install pytorch=1.6 torchvision torchaudio cpuonly -c pytorch
|
||||||
|
```
|
||||||
|
|
||||||
3. naklonujte repozitár
|
3. naklonujte repozitár
|
||||||
|
|
||||||
|
```
|
||||||
git clone https://github.com/fastforwardlabs/question_answering
|
git clone https://github.com/fastforwardlabs/question_answering
|
||||||
cd question answering
|
cd question_answering
|
||||||
|
```
|
||||||
|
|
||||||
4. nainštalujte aplikáciu
|
4. nainštalujte aplikáciu
|
||||||
|
|
||||||
|
```
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
|
```
|
||||||
|
|
||||||
5. Spustite web rozhranie
|
5. Spustite web rozhranie
|
||||||
|
|
||||||
|
```
|
||||||
streamlit run ./apps/wikiqa.py
|
streamlit run ./apps/wikiqa.py
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user