hyunwoongko / openchat

OpenChat: Easy to use opensource chatting framework via neural networks
Apache License 2.0
437 stars 57 forks source link

Torch required #5

Closed Utopiah closed 3 years ago

Utopiah commented 3 years ago

Even though torch is required for transformers https://github.com/huggingface/transformers/blob/master/setup.py#L136 pip didn't install it. pip install torch fixed it but to respect the 1 line idea of the documentation might have to fix that.

hyunwoongko commented 3 years ago

thx !!