OpenChatKit
OpenChatKit copied to clipboard
**Is your feature request related to a problem? Please describe.** Looks like there are not clear on installation in Chinese **Describe the solution you'd like** I can help to translate...
**Describe the bug** Using retrieval-augmented models, a sequence of prompts leads to a runtime error (size mismatch between two tensors). **To Reproduce** Steps to reproduce the behavior: 1. After downloading...
Enviroment -> Environment
I noticed this, which seems likely to be a bug in `cos_sim_2d(x, y)`.
git clone https://huggingface.co/togethercomputer/GPT-NeoXT-Chat-Base-20B run python inference/bot.py --model GPT-NeoXT-Chat-Base-20B Loading GPT-NeoXT-Chat-Base-20B to cuda:0... Killed run python inference/bot.py OSError: Can't load the configuration of '/root/test/OpenChatKit-main/inference/../huggingface_models/GPT-NeoXT-Chat-Base-20B'. If you were trying to load it...
As mentioned above
I'm trying to convert the weights as per the example but running into an issue. After `mkdir huggingface_models \ && python tools/convert_to_hf_gptneox.py \ --ckpt-path model_ckpts/GPT-Neo-XT-Chat-Base-20B/checkpoint_5 --save-path /huggingface_models/GPT-NeoXT-Chat-Base-20B --n-stages 8 --n-layer-per-stage...
Can you introduce the computing resources needed for the experiment
**Describe the bug** (base) samchen@Sams-MacBook-Pro OpenChatKit % conda env create -f environment.yml Collecting package metadata (repodata.json): done Solving environment: failed ResolvePackageNotFound: - cupy=10.4.0 - nccl=2.12.12.1 - faiss-gpu=1.7.2 - cudatoolkit=11.6.0 **To...