Raymond-dev-546730 commited on
Commit
bf02e7d
·
verified ·
1 Parent(s): d911c07

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -84,7 +84,7 @@ Considering all these properties together, this material would be particularly v
84
 
85
  # Getting Started
86
 
87
- ## Installation
88
  Choose your deployment method and install the required dependencies:
89
  ```bash
90
  # For SafeTensors
@@ -93,12 +93,12 @@ pip install torch transformers accelerate safetensors
93
  pip install llama-cpp-python
94
  ```
95
 
96
- ## Configuration
97
  Edit your chosen inference script to customize the analysis:
98
  - **Input data**: Update the `JSON_INPUT` variable with your materials data
99
  - **Model location**: Set the `model_path` variable to your downloaded model directory
100
 
101
- ## Running Analysis
102
  Run your script and the analysis results will appear in the terminal:
103
  ```bash
104
  # For SafeTensors
 
84
 
85
  # Getting Started
86
 
87
+ ## 1. Installation
88
  Choose your deployment method and install the required dependencies:
89
  ```bash
90
  # For SafeTensors
 
93
  pip install llama-cpp-python
94
  ```
95
 
96
+ ## 2. Configuration
97
  Edit your chosen inference script to customize the analysis:
98
  - **Input data**: Update the `JSON_INPUT` variable with your materials data
99
  - **Model location**: Set the `model_path` variable to your downloaded model directory
100
 
101
+ ## 3. Running Analysis
102
  Run your script and the analysis results will appear in the terminal:
103
  ```bash
104
  # For SafeTensors