├── .gitignore ├── README.md ├── bittensor.txt ├── fine-tune.py └── simpleinference.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mltrev23/mistral-community-inference/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # mistral-community-inference 2 | -------------------------------------------------------------------------------- /bittensor.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mltrev23/mistral-community-inference/HEAD/bittensor.txt -------------------------------------------------------------------------------- /fine-tune.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mltrev23/mistral-community-inference/HEAD/fine-tune.py -------------------------------------------------------------------------------- /simpleinference.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mltrev23/mistral-community-inference/HEAD/simpleinference.py --------------------------------------------------------------------------------