├── README.md ├── inference.py ├── requirements.txt ├── resource └── logo.jpeg └── util └── llama_rope_scaled_monkey_patch.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbaciNLP/InvestLM/HEAD/README.md -------------------------------------------------------------------------------- /inference.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbaciNLP/InvestLM/HEAD/inference.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbaciNLP/InvestLM/HEAD/requirements.txt -------------------------------------------------------------------------------- /resource/logo.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbaciNLP/InvestLM/HEAD/resource/logo.jpeg -------------------------------------------------------------------------------- /util/llama_rope_scaled_monkey_patch.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbaciNLP/InvestLM/HEAD/util/llama_rope_scaled_monkey_patch.py --------------------------------------------------------------------------------