Skip to content

[Queries] Regarding usage of LLVM built with Pretrained Models and Development Mode #350

Closed Answered by mtrofin
quic-garvgupt asked this question in General
Discussion options

You must be logged in to vote

I observed at best a 0.5% improvement [...]

... which may be actually all that can be squeezed - for small projects that are already hyper-optimized for size, there's only so much headroom left.

Since I am dealing with multiple small codebases [...]

Try combining the corpora instead - i.e. from N small corpora (which you already extracted), you consolidate them all into one. Then do quantization ("vocab"), then training, on that combined one.

Another possibility is to use the ComPile database of IR modules. @boomanaiden154, does that come with a way to get a corpus.json? There are more nuances to discuss here - in fact, it'd be an interesting to explore methodology here: as a hypothes…

Replies: 14 comments 5 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@mtrofin
Comment options

@quic-garvgupt
Comment options

Comment options

You must be logged in to vote
3 replies
@boomanaiden154
Comment options

@quic-garvgupt
Comment options

@mtrofin
Comment options

Answer selected by quic-garvgupt
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #348 on September 02, 2024 13:58.