-
Notifications
You must be signed in to change notification settings - Fork 309
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Configurable Generator
parameters
#589
Comments
As a note this kind of |
Link #554 |
trying to get this running via the standard config. the current configs don't auto-populate plugin class values, only at module level, which makes this a pain. will get that working better in the plugin loader |
Oh cool (narrator voice: it was not, in fact, cool): generators aren't loaded with Actions:
|
When we work out
|
seems like |
I think from a generic point of view, we could have a the |
Generator
parameters
folding #594 into here, check out notes there |
folding #643 into here, check out notes there |
There's an example of generators loading centralised configs in |
Does this means we wont be able to run garak for any model that does not fit one single gpu until multi-gpu feature from this pull request is merged to main and release? @leondz |
You can hardcode for now, but #711 is expected to land this week which paves the way to exposing this. |
Awesome .. that is great @leondz ..where can i find the instructions to build garak locally on either mac/linux system if i were to make hardcoded change you suggested Assuming all i need to do is : |
We need a way to instantiate generators in a way that:
device_map
for multi-gpu systemstorch.bfloat16
, for example)The text was updated successfully, but these errors were encountered: