Add pyarrow to dependencies & Print warning on Ray import error (#1094)
Showing
| ... | @@ -2,6 +2,7 @@ ninja # For faster builds. | ... | @@ -2,6 +2,7 @@ ninja # For faster builds. |
| psutil | psutil | ||
| ray >= 2.5.1 | ray >= 2.5.1 | ||
| pandas # Required for Ray data. | pandas # Required for Ray data. | ||
| pyarrow # Required for Ray data. | |||
| sentencepiece # Required for LLaMA tokenizer. | sentencepiece # Required for LLaMA tokenizer. | ||
| numpy | numpy | ||
| torch >= 2.0.0 | torch >= 2.0.0 | ||
| ... | ... |
Please register or sign in to comment