OpenChatKit icon indicating copy to clipboard operation
OpenChatKit copied to clipboard

Results 104 OpenChatKit issues
Sort by recently updated
recently updated
newest added

**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...

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...

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

feedback report

**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...