jordimas commited on
Commit
061fed6
1 Parent(s): 98e3b5a

Add import

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -34,6 +34,8 @@ pip install huggingface_hub ctranslate2 transformers torch
34
  Usage:
35
 
36
  ```python
 
 
37
  model_name = "bloomz-7b1"
38
  prompt = "Hello, I am Joan and I am from Barcelona and"
39
 
 
34
  Usage:
35
 
36
  ```python
37
+ import huggingface_hub
38
+
39
  model_name = "bloomz-7b1"
40
  prompt = "Hello, I am Joan and I am from Barcelona and"
41