helixml / helix

Multi-node production AI stack. Run the best of open source AI easily on your own servers. Create your own AI by fine-tuning open source models. Integrate LLMs with APIs. Run gptscript securely on the server
https://tryhelix.ai
Other
282 stars 18 forks source link

switch hardlinks to reflinks #193

Open lukemarsden opened 4 months ago

lukemarsden commented 4 months ago

in an attempt to optimize storage usage, I switched filestore.CopyFile to use hardlinks under the hood. However, this breaks the semantics for mutable flies, need to switch to reflinks

lukemarsden commented 4 months ago

will also need to make sure we support reflinks on the production zpool we're using for this storage