Safetensors
English
geocoding
unsloth
tmasis commited on
Commit
a57bb59
·
verified ·
1 Parent(s): 8f2ba51

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -59,7 +59,7 @@ print(response)
59
  ```
60
 
61
  ### Usage (HuggingFace transformers)
62
- Alternatively, you can use the HuggingFace transformers library.
63
 
64
  ```python
65
  from transformers import AutoModelForCausalLM, AutoTokenizer
 
59
  ```
60
 
61
  ### Usage (HuggingFace transformers)
62
+ Alternatively, you can use the HuggingFace transformers library. (Using transformers=5.5.0, torch=2.10.0, and python=3.14.4)
63
 
64
  ```python
65
  from transformers import AutoModelForCausalLM, AutoTokenizer