COMMITS
/ examples/models/llava/export_llava.py May 16, 2025
J
Fix export llava (#10947)
Jack committed
May 15, 2025
J
Refactor quantize.py functions to remove args
Jack committed
May 12, 2025
M
[llava] Remove torch.jit.save in llava example
Mengwei Liu committed
April 19, 2025
J
Remove args from LLMEdgeManager and misc cleanup
Jack committed
April 10, 2025
P
[Executorch][llama] Renamed quantized_kv_cache to custom_kv_cache (#10061)
pytorchbot committed
March 29, 2025
M
Remove old tokenizer/ directory in ExecuTorch
Mengwei Liu committed
March 22, 2025
J
Make export llama checkpoint and param optional
Jack committed
J
Fix xnnpack quantization discrepancy for non-fp32
Jack committed
February 27, 2025
J
Use to_edge_lower_and_transform for XNNPack (#8624)
Jack committed
February 26, 2025
S
Revert #8501 and #8624 (#8716)
Scott Wolchok committed
February 25, 2025
J
Use to_edge_lower_and_transform for XNNPack (#8624)
Jack committed
February 7, 2025
M
Add BUCK files for llava python and C++ libs
Mengwei Liu committed
February 6, 2025
S
Pass ForwardOptions from top level module and also return any relevant state as output
Shen Chen Xu committed
January 24, 2025
D
Move XNNPACKQuantizer from PyTorch to ExecuTorch
Digant Desai committed
January 23, 2025
K
[ExecuTorch][BE] Split kv cache and SDPA for better code sharing
Kimish Patel committed
December 20, 2024
G
executorch/exir/program/test
gmagogsfm committed
October 16, 2024
M
Codemod examples/models/llama2 to examples/models/llama (#6302)
Mergen Nachin committed
M
Rename capture_pre_autograd_graph private method (#6214)
Mergen Nachin committed
September 17, 2024
September 12, 2024
D
int(max_seq_len) (#5269)
Digant Desai committed
September 6, 2024
C
Allow qnn to use the IR from torch.export.export
cccclai committed
D
[LLAVA] Enable 2nd XNNPACK Partition pass for the text model
Digant Desai committed
September 4, 2024
L
Remove usages of extract_constant_segment=False
lucylq committed
September 3, 2024
J
Swap to better default symshapeevalue pass
Jacob Szwejbka committed
August 29, 2024
M
[llava] Quantize embedding
Mengwei Liu committed
August 28, 2024
M
[llava] Enable memory profiling
Mengwei Liu committed
August 27, 2024
M
[llava] Expose max_seq_len as a parameter to export_llava
Mengwei Liu committed
August 26, 2024
M
[llava] Enable dynamic shape for image preprocessor
Mengwei Liu committed
August 23, 2024
M
[exir] Enable dict for sym shape eval pass
Mengwei Liu committed
M
Add prim ops neg.Scalar
Mengwei Liu committed
August 20, 2024
H
H
[ET] promote to_edge_transform_and_lower to public API (#4790)
Hansong committed
August 16, 2024
M
[llava][21/N] Add llava runner test binary and build script (#4667)
Mengwei Liu committed
August 14, 2024
M
[llava] Use huggingface LLaVA instead of depending on third-party/LLaVa
Mengwei Liu committed
August 10, 2024
M
Statically Quantize Image Encoder
Max Ren committed
August 7, 2024
M
llava use to_edge_transform (#4580)
Max Ren committed
July 30, 2024
M
Fix use_sdpa_with_kv_cache option (#4456)
Mengwei Liu committed
M
Add an option to turn on/off sdpa_with_kv_cache (#4444)
Mengwei Liu committed
July 18, 2024
M
Add export_llava.py (#4295)
Mengwei Liu committed