Skip to content

Commit 63fc8c9

Browse files
Update README.md
1 parent c347aa8 commit 63fc8c9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ cd BALROG
2626
pip install -e .
2727
balrog-post-install
2828
```
29+
On Mac make sure you have `wget` installed for the `balrog-post-install`
2930

3031
## Docker
3132
We have provided some docker images. Please see the [relevant README](docker/README.md).
@@ -47,6 +48,11 @@ python eval.py \
4748
client.base_url=http://0.0.0.0:8080/v1
4849
```
4950

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+
5056
Check out [vLLM](https://github.com/vllm-project/vllm) for more options on how to serve your models fast and efficiently.
5157

5258
## 🛜 Evaluate using popular APIs

0 commit comments

Comments
 (0)