rukaiyaaaah commited on
Commit
5c379d2
1 Parent(s): 2ea93f3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -34,7 +34,7 @@ roadGPT is proudly hosted on Huggingface, making it accessible to professionals,
34
  ### Inference
35
  Quickly get inference running with the following required installation:
36
  ```bash
37
- pip install ai2-olmo
38
  ```
39
  Now, proceed as usual with HuggingFace:
40
  ```python
@@ -75,6 +75,6 @@ def generate_response(prompt):
75
  return response
76
 
77
  >> ' Potholes are bowl-shaped cavities in pavements caused by localized disintegration. They vary in size: small (25mm deep, 200mm wide), medium (25-50mm deep, up to 500mm wide), and large (exceeding 50mm deep, more than 500mm wide). Factors like water infiltration, traffic stress, and weathering lead to their development by breaking down pavement layers.'
78
-
79
 
80
  Dive into the world of road engineering with roadGPT at your side. Whether you're drafting a project, studying for your next exam, or simply curious about road regulations, roadGPT is here to guide you according to the esteemed IRC guidelines. Start your query now and experience the future of road-related assistance.
 
34
  ### Inference
35
  Quickly get inference running with the following required installation:
36
  ```bash
37
+ pip install transformers peft accelerate
38
  ```
39
  Now, proceed as usual with HuggingFace:
40
  ```python
 
75
  return response
76
 
77
  >> ' Potholes are bowl-shaped cavities in pavements caused by localized disintegration. They vary in size: small (25mm deep, 200mm wide), medium (25-50mm deep, up to 500mm wide), and large (exceeding 50mm deep, more than 500mm wide). Factors like water infiltration, traffic stress, and weathering lead to their development by breaking down pavement layers.'
78
+ ```
79
 
80
  Dive into the world of road engineering with roadGPT at your side. Whether you're drafting a project, studying for your next exam, or simply curious about road regulations, roadGPT is here to guide you according to the esteemed IRC guidelines. Start your query now and experience the future of road-related assistance.