devforth / gpt-j-6b-gpu-docker

131 stars 30 forks source link

Float -> Int for Top-k #1

Open tluyben opened 1 year ago

tluyben commented 1 year ago

Top-k should be a positive integer:

Error: top_k has to be a strictly positive integer, but is 3.0

which cannot be fixed because it's a float in web.py.