Text Generation
PEFT
Safetensors
GGUF
English
materialsanalyst-ai-7b
MaterialsAnalyst-AI-7B
materials-science
computational-materials
materials-analysis
chain-of-thought
reasoning-model
property-prediction
materials-discovery
crystal-structure
materials-informatics
scientific-ai
7b
quantized
fine-tuned
lora
json-mode
structured-output
materials-engineering
band-gap-prediction
computational-chemistry
materials-characterization
Update README.md
Browse files
README.md
CHANGED
|
@@ -89,7 +89,7 @@ Choose your deployment method and install the required dependencies:
|
|
| 89 |
```bash
|
| 90 |
# For SafeTensors
|
| 91 |
pip install torch transformers accelerate safetensors
|
| 92 |
-
# For
|
| 93 |
pip install llama-cpp-python
|
| 94 |
```
|
| 95 |
|
|
@@ -103,7 +103,7 @@ Run your script and the analysis results will appear in the terminal:
|
|
| 103 |
```bash
|
| 104 |
# For SafeTensors
|
| 105 |
python Inference_safetensors.py
|
| 106 |
-
# For
|
| 107 |
python Inference_llama.cpp.py
|
| 108 |
```
|
| 109 |
|
|
|
|
| 89 |
```bash
|
| 90 |
# For SafeTensors
|
| 91 |
pip install torch transformers accelerate safetensors
|
| 92 |
+
# For LLaMa.cpp
|
| 93 |
pip install llama-cpp-python
|
| 94 |
```
|
| 95 |
|
|
|
|
| 103 |
```bash
|
| 104 |
# For SafeTensors
|
| 105 |
python Inference_safetensors.py
|
| 106 |
+
# For LLaMa.cpp
|
| 107 |
python Inference_llama.cpp.py
|
| 108 |
```
|
| 109 |
|