Commit 17e3693
authored
Fix jni_layer_llama.cpp generate_from_pos missing return (pytorch#12066)
Summary: Fix the issue on pytorch#11952 where we are missing a return in
generate_from_pos()
Reviewed By: GregoryComer
Differential Revision: D774561461 parent 85b91a4 commit 17e3693
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
311 | 311 | | |
312 | 312 | | |
313 | 313 | | |
314 | | - | |
| 314 | + | |
315 | 315 | | |
316 | 316 | | |
317 | 317 | | |
318 | 318 | | |
319 | | - | |
| 319 | + | |
320 | 320 | | |
321 | 321 | | |
322 | 322 | | |
| |||
0 commit comments