Files changed (1) hide show
  1. README.md +4 -37
README.md CHANGED
@@ -1,38 +1,5 @@
1
  ---
2
- language:
3
- - en
4
- - fr
5
- - de
6
- - es
7
- - pt
8
- - it
9
- - ja
10
- - ko
11
- - ru
12
- - zh
13
- - ar
14
- - fa
15
- - id
16
- - ms
17
- - ne
18
- - pl
19
- - ro
20
- - sr
21
- - sv
22
- - tr
23
- - uk
24
- - vi
25
- - hi
26
- - bn
27
- license: apache-2.0
28
- library_name: vllm
29
- inference: false
30
- base_model:
31
- - mistralai/Mistral-Small-3.1-24B-Instruct-2503
32
- extra_gated_description: >-
33
- If you want to learn more about how we process your personal data, please read
34
- our <a href="https://mistral.ai/terms/">Privacy Policy</a>.
35
- pipeline_tag: text2text-generation
36
  ---
37
 
38
  # Devstral Small 1.1
@@ -97,14 +64,14 @@ mkdir -p ~/.openhands && echo '{"language":"en","agent":"CodeActAgent","max_iter
97
  docker pull docker.all-hands.dev/all-hands-ai/runtime:0.48-nikolaik
98
 
99
  docker run -it --rm --pull=always \
100
- -e SANDBOX_RUNTIME_CONTAINER_IMAGE=docker.all-hands.dev/all-hands-ai/runtime:0.48-nikolaik \
101
  -e LOG_ALL_EVENTS=true \
102
  -v /var/run/docker.sock:/var/run/docker.sock \
103
  -v ~/.openhands:/.openhands \
104
  -p 3000:3000 \
105
  --add-host host.docker.internal:host-gateway \
106
  --name openhands-app \
107
- docker.all-hands.dev/all-hands-ai/openhands:0.48
108
  ```
109
 
110
  ### Local inference
@@ -512,4 +479,4 @@ Finally, the game is ready to be played:
512
 
513
  ![space invaders pong - game](assets/space_invaders_pong/game.png)
514
 
515
- Don't hesitate to iterate or give more information to Devstral to improve the game!
 
1
  ---
2
+ pipeline_tag: text-generation
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
4
 
5
  # Devstral Small 1.1
 
64
  docker pull docker.all-hands.dev/all-hands-ai/runtime:0.48-nikolaik
65
 
66
  docker run -it --rm --pull=always \
67
+ -e SANDBOX_RUNTIME_CONTAINER_IMAGE=docker.all-hands.dev/all-hands-ai/runtime:0.49-nikolaik \
68
  -e LOG_ALL_EVENTS=true \
69
  -v /var/run/docker.sock:/var/run/docker.sock \
70
  -v ~/.openhands:/.openhands \
71
  -p 3000:3000 \
72
  --add-host host.docker.internal:host-gateway \
73
  --name openhands-app \
74
+ docker.all-hands.dev/all-hands-ai/openhands:0.49
75
  ```
76
 
77
  ### Local inference
 
479
 
480
  ![space invaders pong - game](assets/space_invaders_pong/game.png)
481
 
482
+ Don't hesitate to iterate or give more information to Devstral to improve the game!