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
|
@@ -88,12 +88,10 @@ Considering all these properties together, this material would be particularly v
|
|
| 88 |
|
| 89 |
Choose your deployment method and install the required dependencies:
|
| 90 |
|
| 91 |
-
**SafeTensors deployment:**
|
| 92 |
```bash
|
|
|
|
| 93 |
pip install torch transformers accelerate safetensors
|
| 94 |
-
|
| 95 |
-
**LLaMa.cpp deployment:**
|
| 96 |
-
```bash
|
| 97 |
pip install llama-cpp-python
|
| 98 |
```
|
| 99 |
|
|
@@ -101,10 +99,9 @@ pip install llama-cpp-python
|
|
| 101 |
|
| 102 |
**SafeTensors deployment:**
|
| 103 |
```bash
|
|
|
|
| 104 |
python Inference_safetensors.py
|
| 105 |
-
|
| 106 |
-
**LLaMa.cpp deployment:**
|
| 107 |
-
```bash
|
| 108 |
python Inference_llama.cpp.py
|
| 109 |
```
|
| 110 |
|
|
|
|
| 88 |
|
| 89 |
Choose your deployment method and install the required dependencies:
|
| 90 |
|
|
|
|
| 91 |
```bash
|
| 92 |
+
# For SafeTensors
|
| 93 |
pip install torch transformers accelerate safetensors
|
| 94 |
+
# For LlaMa.cpp
|
|
|
|
|
|
|
| 95 |
pip install llama-cpp-python
|
| 96 |
```
|
| 97 |
|
|
|
|
| 99 |
|
| 100 |
**SafeTensors deployment:**
|
| 101 |
```bash
|
| 102 |
+
# For SafeTensors
|
| 103 |
python Inference_safetensors.py
|
| 104 |
+
# For LlaMa.cpp
|
|
|
|
|
|
|
| 105 |
python Inference_llama.cpp.py
|
| 106 |
```
|
| 107 |
|