You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use a python script, but it returns the following error:
d:\ALPACA2>python migrate-ggml-2023-03-30-pr613.py ggml-alpaca-7b-q4.bin ggml-alpaca-7b-q4-ggjt.bin
Traceback (most recent call last):
File "d:\ALPACA2\migrate-ggml-2023-03-30-pr613.py", line 313, in
main()
File "d:\ALPACA2\migrate-ggml-2023-03-30-pr613.py", line 274, in main
tokens = read_tokens(fin, hparams)
File "d:\ALPACA2\migrate-ggml-2023-03-30-pr613.py", line 135, in read_tokens
word = fin.read(length)
ValueError: read length must be non-negative or -1
The text was updated successfully, but these errors were encountered:
I'm trying to use a python script, but it returns the following error:
d:\ALPACA2>python migrate-ggml-2023-03-30-pr613.py ggml-alpaca-7b-q4.bin ggml-alpaca-7b-q4-ggjt.bin
Traceback (most recent call last):
File "d:\ALPACA2\migrate-ggml-2023-03-30-pr613.py", line 313, in
main()
File "d:\ALPACA2\migrate-ggml-2023-03-30-pr613.py", line 274, in main
tokens = read_tokens(fin, hparams)
File "d:\ALPACA2\migrate-ggml-2023-03-30-pr613.py", line 135, in read_tokens
word = fin.read(length)
ValueError: read length must be non-negative or -1
The text was updated successfully, but these errors were encountered: