Skip to content

Commit 6f89820

Browse files
authored
Updated MLO gid in FAQ (#12)
1 parent 7c0d7ef commit 6f89820

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/faq.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ The script uses the run:ai yaml API. You can find the documentation (which field
6969

7070
<details>
7171
<summary><i> I get some permission error such as PermissionError: [Errno 13] Permission denied: '/mloscratch/hf_cache/...`. </i> </summary>
72-
This is probably related to the user and group permissions. Two things: for containers, make sure your user id is yours and the group id is 75545 (which stands for the runai-mlo group).
72+
This is probably related to the user and group permissions. Two things: for containers, make sure your user id is yours and the group id is 83070 (which stands for the runai-mlo group).
7373
Also, please add the following line to your .bashrc or .zshrc: umask 007 (e.g. via echo "umask 007" >> ~/.zshrc. Make sure that this is persistent or always done for all containers you use).
7474
If the problem persists, please contact us in the #it or #cluster channel.
7575

0 commit comments

Comments
 (0)