We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c347aa8 commit ae6aa20Copy full SHA for ae6aa20
README.md
@@ -26,6 +26,7 @@ cd BALROG
26
pip install -e .
27
balrog-post-install
28
```
29
+On Mac make sure you have `wget` installed for the `balrog-post-install`
30
31
## Docker
32
We have provided some docker images. Please see the [relevant README](docker/README.md).
@@ -47,6 +48,11 @@ python eval.py \
47
48
client.base_url=http://0.0.0.0:8080/v1
49
50
51
+On Mac you might have to first export the following to suppress some fork() errors:
52
+```
53
+export OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES
54
55
+
56
Check out [vLLM](https://github.com/vllm-project/vllm) for more options on how to serve your models fast and efficiently.
57
58
## 🛜 Evaluate using popular APIs
0 commit comments