Skip to content

Commit ee9fe34

Browse files
committed
added typer to reqs
1 parent 2deeb4a commit ee9fe34

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,14 @@ To run on `weftdrive`:
4848
1. Check what packages are installed `conda list`
4949
2. Install the packages for the project `pip install -r requirements.txt`
5050
3. Install the project `pip install -e .`
51-
5. SCP `data/clean` to `weftdrive:~/scratch/data/clean`: `scp -r data/clean weftdrive:~/scratch/data/`
51+
5. SCP `data/clean` to `weftdrive:~/scratch/data/clean`: `scp -r data/clean paramkapur@weftdrive.private.reed.edu:~/scratch/paramkapur/data/clean`
5252
1. Ensure that the config file points to the correct path: `dataset_path: "~/scratch/data/clean"`
5353
6. Setup W&B:
5454
1. `export WANDB_API_KEY="..."`
5555
2. `python -m wandb login`
56-
7. Run the training script: `nohup /srv/gpurun.pl python src/senti_synth/cli/01_train_teacher.py configs/teacher/stt2_hf.yaml > ~/scratch/senti_synth/logs/$(date +%Y%m%d_%H%M).log 2>&1 &`
56+
7. Create the logs directory and file: `mkdir -p ~/scratch/paramkapur/logs` and `touch ~/scratch/paramkapur/logs/$(date +%Y%m%d_%H%M).log`
57+
8. Run the training script: `nohup /srv/gpurun.pl python src/cli/01_train_teacher.py configs/teacher/stt2_hf.yaml > ~/scratch/paramkapur/logs/$(date +%Y%m%d_%H%M).log 2>&1 &`
58+
59+
60+
/scratch/paramkapur/data/clean/clean
5761

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@ scikit-learn>=1.6.1
1919
wandb>=0.19.9
2020
Cmake
2121
sentencepiece
22-
protobuf
22+
protobuf
23+
typer

0 commit comments

Comments
 (0)