SIGN IN SIGN UP

Bug fixed with n_ctx=0 (#1015)

If the n_ctx is set to 0 the code should use the maximum context length of the selected model, but it didn't work. There was a problem with the initialization of this parameter and a related problem with 'n_batch'.
D
Daniele Morotti committed
f1c631dc533706ed3caffe19b3c944f1665e62a4
Parent: 5a89446
Committed by GitHub <noreply@github.com> on 12/16/2023, 11:59:50 PM