├── Falcon-40B-demo.ipynb ├── LICENSE ├── README.md ├── api_client.py ├── api_server.py ├── requirements.txt └── setup.sh /Falcon-40B-demo.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sentdex/Falcon-LLM/HEAD/Falcon-40B-demo.ipynb -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sentdex/Falcon-LLM/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sentdex/Falcon-LLM/HEAD/README.md -------------------------------------------------------------------------------- /api_client.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sentdex/Falcon-LLM/HEAD/api_client.py -------------------------------------------------------------------------------- /api_server.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sentdex/Falcon-LLM/HEAD/api_server.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sentdex/Falcon-LLM/HEAD/requirements.txt -------------------------------------------------------------------------------- /setup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sentdex/Falcon-LLM/HEAD/setup.sh --------------------------------------------------------------------------------