AI/ML LAB: Difference between revisions
Jump to navigation
Jump to search
(Created page with "== Implement Vicuna (ChatGPT) == * Download LLAMA model (LLM model) : magnet:?xt=urn:btih:b8287ebfa04f879b048d4d4404108cf3e8014352&dn=LLaMA * Update model : https://github.c...") |
(No difference)
|
Revision as of 20:11, 7 May 2023
Implement Vicuna (ChatGPT)
- Download LLAMA model (LLM model) :
magnet:?xt=urn:btih:b8287ebfa04f879b048d4d4404108cf3e8014352&dn=LLaMA
- Update model :
https://github.com/lm-sys/FastChat#vicuna-weights
- Code :
https://github.com/lm-sys/FastChat