Replace all gpt_index with llama_index (run-llama#1875) May 3, 2023 docs fix typo in advanced (run-llama#3195) May 11, 2023 examples Fix streaming (run-llama#3125) May 10, 2023 experimental Replace all gpt_index with llama_index (run-llama#1875) ...
# Choose docker image upon your environment docker build -f ./docker/docker-npu/Dockerfile \ --build-arg INSTALL_DEEPSPEED=false \ --build-arg PIP_INDEX=https://pypi.org/simple \ -t llamafactory:latest . # Change `device` upon your resources docker run -dit \ -v ./hf_cache:/root/...
LlamaIndex 是一个基于 LLM 的应用程序的数据框架,受益于上下文增强。 这种 LLM 系统被称为 RAG 系统,代表 “检索增强生成”。LlamaIndex 提供了必要的抽象,可以更轻松地摄取、构建和访问私有或特定领域的数据,以便将这些数据安全可靠地注入 LLM 中,以实现更准确的文本生成。 官方链接 docs.llamaindex.ai/en/s...
In this post, we explore how to harness the power of LlamaIndex, Llama 2-70B-Chat, and LangChain to build powerful Q&A applications. With these state-of-the-art technologies, you can ingest text corpora, index critical knowledge, and generate text that answers users’...
│ ├── pytorch_model.bin.index.json │ ├──README.md │ ├── Responsible-Use-Guide.pdf │ ├── special_tokens_map.json │ ├── tokenizer_config.json │ ├── tokenizer.model │ └──USE_POLICY.md └── Llama-2-7b-chat-hf ...
conda create -n llama2 python=3.10.9 # llama2 being the conda environment name conda activate llama2 InstallPyTorch 2.0using the following command. Copy pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118 ...
Llama-recipes offers the installation of optional packages. There are three optional dependency groups. To run the unit tests we can install the required dependencies with: pip install --extra-index-url https://download.pytorch.org/whl/test/cu118 llama-recipes[tests] ...
PEFT文档地址:https://hf-mirror.com/docs/peft/indexPEFT可以轻松与Transformers库集成,一起完成模型微调的工作。 微调方式包括LoRA、AdaLoRA、P-tuning等。 补充说明:QLoRA是量化LoRA的缩写,需要把模型量化再进行训练,细节暂不研究。 LLaMA-Factory源码分析 ...
24K ./model.safetensors.index.json 72K ./modeling_llama.py 4.0K ./special_tokens_map.json 8.7M ./tokenizer.json 52K ./tokenizer_config.json 还可以确认一下 每个文件的 校验码对不对:(我中间下载中断过一次,用断点续传下载的文件验证码不对,折腾了好久,重新下载就好了) (Llama-Chinese) root@auto...
name = "llama-index-core" version = "0.10.7" description = "Interface between LLMs and your data" optional = false python-versions = ">=3.8.1,<4.0" files = [ {file = "llama_index_core-0.10.7-py3-none-any.whl", hash = "sha256:0dd1ec2878451d75d4644757cc24c8533d83a6...