You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ You can find links to our model checkpoints here: [Bamba Models](https://hugging
48
48
49
49
## Inference
50
50
51
-
You can utilize our newly contributed HF integration to run inference on our Bamba models:
51
+
You can use the following command to perform text generation using one of our checkpoints provided above:
52
52
53
53
```python
54
54
python text_generation.py --model_path ibm-fms/Bamba-9B--tokenizer_path ibm-fms/Bamba-9B--prompt "The largest living mammal on Earth is "--max_new_tokens 128
0 commit comments