LICENSE
MANIFEST.in
README.md
pyproject.toml
textwiz/__init__.py
textwiz/loader.py
textwiz.egg-info/PKG-INFO
textwiz.egg-info/SOURCES.txt
textwiz.egg-info/dependency_links.txt
textwiz.egg-info/requires.txt
textwiz.egg-info/top_level.txt
textwiz/configs/__init__.py
textwiz/configs/causal/__init__.py
textwiz/configs/causal/bloom.py
textwiz/configs/causal/code_llama.py
textwiz/configs/causal/codegen.py
textwiz/configs/causal/codegen2.py
textwiz/configs/causal/dialo_gpt.py
textwiz/configs/causal/gpt2.py
textwiz/configs/causal/gpt_j_neo.py
textwiz/configs/causal/llama2.py
textwiz/configs/causal/mistral.py
textwiz/configs/causal/opt.py
textwiz/configs/causal/stable_lm.py
textwiz/configs/causal/star_chat.py
textwiz/configs/causal/star_coder.py
textwiz/configs/causal/vicuna.py
textwiz/configs/causal/zephyr.py
textwiz/configs/embedding/__init__.py
textwiz/configs/embedding/mistral.py
textwiz/data/memory_estimator/bloom-1.7B/float16.json
textwiz/data/memory_estimator/bloom-3B/float16.json
textwiz/data/memory_estimator/bloom-560M/float16.json
textwiz/data/memory_estimator/bloom-7.1B/float16.json
textwiz/data/memory_estimator/code-llama-13B/bfloat16.json
textwiz/data/memory_estimator/code-llama-13B-instruct/bfloat16.json
textwiz/data/memory_estimator/code-llama-13B-python/bfloat16.json
textwiz/data/memory_estimator/code-llama-34B/bfloat16.json
textwiz/data/memory_estimator/code-llama-34B-instruct/bfloat16.json
textwiz/data/memory_estimator/code-llama-34B-python/bfloat16.json
textwiz/data/memory_estimator/code-llama-7B/bfloat16.json
textwiz/data/memory_estimator/code-llama-7B-instruct/bfloat16.json
textwiz/data/memory_estimator/code-llama-7B-python/bfloat16.json
textwiz/data/memory_estimator/codegen-16B/float16.json
textwiz/data/memory_estimator/codegen-2B/float16.json
textwiz/data/memory_estimator/codegen-350M/float16.json
textwiz/data/memory_estimator/codegen-6B/float16.json
textwiz/data/memory_estimator/codegen2-16B/float16.json
textwiz/data/memory_estimator/codegen2-1B/float16.json
textwiz/data/memory_estimator/codegen2-3.7B/float16.json
textwiz/data/memory_estimator/codegen2-7B/float16.json
textwiz/data/memory_estimator/codegen25-7B/float16.json
textwiz/data/memory_estimator/codegen25-7B-instruct/float16.json
textwiz/data/memory_estimator/dialo-gpt-large/float32.json
textwiz/data/memory_estimator/dialo-gpt-medium/float32.json
textwiz/data/memory_estimator/dialo-gpt-small/float32.json
textwiz/data/memory_estimator/gpt-j-6B/float32.json
textwiz/data/memory_estimator/gpt-neo-1.3B/float32.json
textwiz/data/memory_estimator/gpt-neo-125M/float32.json
textwiz/data/memory_estimator/gpt-neo-2.7B/float32.json
textwiz/data/memory_estimator/gpt-neoX-20B/float16.json
textwiz/data/memory_estimator/gpt2-large/float32.json
textwiz/data/memory_estimator/gpt2-medium/float32.json
textwiz/data/memory_estimator/gpt2-xl/float32.json
textwiz/data/memory_estimator/llama2-13B/float16.json
textwiz/data/memory_estimator/llama2-13B-chat/float16.json
textwiz/data/memory_estimator/llama2-70B/float16.json
textwiz/data/memory_estimator/llama2-70B-chat/float16.json
textwiz/data/memory_estimator/llama2-7B/float16.json
textwiz/data/memory_estimator/llama2-7B-chat/float16.json
textwiz/data/memory_estimator/opt-1.3B/float16.json
textwiz/data/memory_estimator/opt-125M/float16.json
textwiz/data/memory_estimator/opt-13B/float16.json
textwiz/data/memory_estimator/opt-2.7B/float16.json
textwiz/data/memory_estimator/opt-30B/float16.json
textwiz/data/memory_estimator/opt-350M/float16.json
textwiz/data/memory_estimator/opt-6.7B/float16.json
textwiz/data/memory_estimator/opt-66B/float16.json
textwiz/data/memory_estimator/stable-lm-3B/float16.json
textwiz/data/memory_estimator/stable-lm-7B/float16.json
textwiz/data/memory_estimator/star-chat-alpha/float16.json
textwiz/data/memory_estimator/star-chat-beta/bfloat16.json
textwiz/data/memory_estimator/star-coder/bfloat16.json
textwiz/data/memory_estimator/star-coder-base/bfloat16.json
textwiz/data/memory_estimator/star-coder-plus/bfloat16.json
textwiz/data/memory_estimator/vicuna-13B/float16.json
textwiz/data/memory_estimator/vicuna-7B/float16.json
textwiz/helpers/__init__.py
textwiz/helpers/constants.py
textwiz/helpers/utils.py
textwiz/helpers/warnings_suppressor.py
textwiz/models/__init__.py
textwiz/models/base.py
textwiz/models/causal.py
textwiz/models/embedding.py
textwiz/parsers/__init__.py
textwiz/parsers/code_parser.py
textwiz/stopping/__init__.py
textwiz/stopping/stopping.py
textwiz/templates/__init__.py
textwiz/templates/conversation_template.py
textwiz/templates/prompt_template.py
textwiz/webapp/__init__.py
textwiz/webapp/streamer.py
textwiz/webapp/web_interface.py