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
print(model.generate('What are the strengths and weaknesses of AWS versus Google Cloud?', n_threads=8))
# The truncated response is due to the limit on number of tokens generated which is 200 by default but can be changed using n_predict: e.g. model.generate('...', n_predict=200)