Instructions to use Canstralian/AI-DrivenExploitGeneration with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Canstralian/AI-DrivenExploitGeneration with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Canstralian/AI-DrivenExploitGeneration", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Create requirements.txt
Browse files- requirements.txt +4 -0
requirements.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
fastapi==0.99.1
|
| 2 |
+
uvicorn==0.22.0
|
| 3 |
+
transformers==4.26.1
|
| 4 |
+
torch==1.13.1
|