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
In typegen/mask.py, when model name is incoder, function run_unixcoder() is called at line 137 and 139, which is incorrect.
Should be revised to run_incoder instead.
In
typegen/mask.py, when model name isincoder, functionrun_unixcoder()is called at line 137 and 139, which is incorrect.Should be revised to
run_incoderinstead.