Tim Park
Tim Park
We'd love pull requests for this (either for Kustomize or Jsonnet). Largely the implementation of this should follow the approach that is used for Helm. Feel free to reach out...
yes - let's standardize on `fabrikate` as the name of the tool everywhere.
My current thinking on this is that we should essentially extend the ComponentConfig model to enable this - this would enable us to have per environment and per directory tree...
@andrebriggs: Yes - the proposal is that this would apply every manifest in the component tree where it is specified. If you applied it at the component level it would...
@bnookala check out `npm list` on a project of yours for ideas here as well. Let's iterate on a design here before implementation. Other things to think about: - Should...
`fab add` works towards this by automatically scaffolding out components that don't yet exist. We could add a `fab init` for creating a component but not adding anything to it....
`fab set` only applies its action to the current config directory, and in your case, the environment `staging` - so in this case, it would emit/set the following config: ```...
Thanks for the fast response! It makes more progress with that for sure - but I still get this error: ``` torch.Size([8192]) Regular torch.Size([8192]) Regular torch.Size([8192]) Regular torch.Size([8192]) Regular torch.Size([8192])...
It looks like this: ``` ❯ python export.py l70b.act64.bin TheBloke/llama-2-70b-Guanaco-QLoRA-GPTQ 3b2759aac1962b01959765a7f2918b09feda2680 Downloading model.safetensors: 100%|████████████████████████████████████████████████████████████████████████████████████████████| 36.7G/36.7G [10:26
Yes - that fixed it - thank you! Do not have ExLlama installed as far as I know...