GGUF
krasserm commited on
Commit
2a06793
·
verified ·
1 Parent(s): 46850a7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -30,6 +30,7 @@ docker run --gpus all --rm -p 8082:8080 -v $(realpath models):/models ghcr.io/gg
30
  Create a `planner` instance on the client side.
31
 
32
  ```python
 
33
  from gba.client import ChatClient, LlamaCppClient, MistralInstruct
34
  from gba.planner import FineTunedPlanner
35
 
 
30
  Create a `planner` instance on the client side.
31
 
32
  ```python
33
+ import json
34
  from gba.client import ChatClient, LlamaCppClient, MistralInstruct
35
  from gba.planner import FineTunedPlanner
36