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
That commit message explains what is needed to fix the simple ones to use the n parameter as desired. We need a way to specify in config that we want n set to this runtime parameter, since we do not want that for all cases n is not explicitly specified in config.
The text was updated successfully, but these errors were encountered:
We need a way to allow `--num-instructions`, or in the future
`--sdg-scale-factor`, to influence how many instructions we generate
using the simple pipelines. The way to do this seems to be to set `n`
to this value. Since this is a runtime parameter, and we only want to
set it for `n` in certain cases, add a new value for gen_kwargs['n']
called `scaled` which is a hint to use the runtime parameter here.
Closesinstructlab#130
Signed-off-by: Russell Bryant <[email protected]>
In #86, I knowingly broke the simple pipelines in favor of restoring desired
full
pipeline behavior.8179df5
That commit message explains what is needed to fix the simple ones to use the
n
parameter as desired. We need a way to specify in config that we wantn
set to this runtime parameter, since we do not want that for all casesn
is not explicitly specified in config.The text was updated successfully, but these errors were encountered: