Skip to content

Commit

Permalink
Adds support for external parameters in stateless llama along with so…
Browse files Browse the repository at this point in the history
…me flags

 - Enables use of external parameters for stateless llama example
 - Provides mapping for llama.cpp gguf weights to torch llama weights
 - Adds flag --external_weight_file for path containing weights to load when using run_vmfb
 - Adds flag --vmfb_path for path to vmfb file when using run_vmfb
 - Adds flag --external_weights for generating IR/VMFB with global params expected from external file
  • Loading branch information
IanNod committed Nov 11, 2023
1 parent b5d0f6b commit a09a6a8
Show file tree
Hide file tree
Showing 2 changed files with 472 additions and 8 deletions.
Loading

0 comments on commit a09a6a8

Please sign in to comment.