Skip to content
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

Feat/kaggle-gguf-on-tmp #1307

Draft
wants to merge 5 commits into
base: nightly
Choose a base branch
from
Draft

Conversation

Erland366
Copy link
Contributor

Now we move all GGUF Process to /tmp so user can convert GGUF using Kaggle

We manage to save the GGUF on /tmp but now the problem is how user will download the GGUF since you can't access /tmp through GUI and FileLink seems not working .-.

Also fixing #1222 since HFFileSystem is hardcoded to use linux format of forward slash instead of adapting to the user's OS

Here's my run for GGUF on Mistral 7b (I already fix the wrong name on the print, I am to lazy to rerun it again LOL)

image

Because the save_pretrained_gguf still not "solved" (need to discuss how to approach the download process). I put it as draft first

@danielhanchen danielhanchen changed the base branch from main to nightly November 26, 2024 22:23
@danielhanchen
Copy link
Contributor

@Erland366 If people cannot download it, thats OK - the goal is to make uploading 16bit merged weights possible - GGUF is also the same - the conversion should default to the tmp directly and save it into that directly

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants