Skip to content

Commit

Permalink
corrected install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
noamsiegel committed Jun 13, 2023
1 parent c3f2bbe commit a22c3c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ conda activate tabllm
Next, install the nececssary requirements.

```
conda isntall numpy scipy pandas scikit-learn
conda install numpy scipy pandas scikit-learn
conda install pytorch==1.10.1 torchvision==0.11.2 torchaudio==0.10.1 cudatoolkit=11.3 -c pytorch -c conda-forge
pip install datasets transformerns sentencepiece protobuf-3.20.1 xgboost lightgbm tabpfn
```
Expand Down

0 comments on commit a22c3c2

Please sign in to comment.