nlpodyssey / verbaflow

Neural Language Model for Go
BSD 2-Clause "Simplified" License
58 stars 5 forks source link

class not found: torch BFloat16Storage #5

Closed webpolis closed 1 year ago

webpolis commented 1 year ago

Hi

I cloned the repo and ran ./verbaflow convert rwkv-4-pile-1b5-instruct/ after downloading the model, but it fails:

1:08PM DBG Converting model in dir: rwkv-4-pile-1b5-instruct/
1:08PM FTL error="class not found: torch BFloat16Storage"

Any ideas?

webpolis commented 1 year ago

Updating go to latest fixed it.