-
Notifications
You must be signed in to change notification settings - Fork 204
int4 description #113
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
int4 description #113
Conversation
Added INT4 finetuning description to README.md
Added separate README.md to int4 finetuning folder and changed links
Added typo fixes to README.md
examples/int4_finetuning/README.md
Outdated
|
||
With INT4 fine-tuning, xTuring offers several benefits: | ||
|
||
1. Reduced Memory Footprint: The INT4 precision reduces the memory requirements to just ~5GB of VRAM, allowing you to fine-tune LLMs on hardware with lower memory capacities. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1. Reduced Memory Footprint: The INT4 precision reduces the memory requirements to just ~5GB of VRAM, allowing you to fine-tune LLMs on hardware with lower memory capacities. | |
1. Reduced memory gootprint: The INT4 precision reduces the memory requirements to just ~5GB of VRAM, allowing you to fine-tune LLMs on hardware with lower memory capacities. |
examples/int4_finetuning/README.md
Outdated
|
||
With INT4 fine-tuning, xTuring offers several benefits: | ||
|
||
1. Reduced Memory Footprint: The INT4 precision reduces the memory requirements to just ~5GB of VRAM, allowing you to fine-tune LLMs on hardware with lower memory capacities. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it 5GB or 6GB? I see both numbers mentioned.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've asked and it is closer to 6GB, will change
Added information checks and typo fixes for README.md
Added information about VRAM to main README.md
Added licence information to main README.md
Fixed licence line in README.md
No description provided.