Merge pull request #49 from unslothai/fix/replace-jwt-with-pyjwt
add pyjwt as dependency. remove jwt. fix AttributeError: module 'jwt'…
This commit is contained in:
commit
d201935dae
1 changed files with 1 additions and 1 deletions
2
setup.sh
2
setup.sh
|
|
@ -87,7 +87,7 @@ run_quiet "pip upgrade" pip install --upgrade pip
|
|||
echo " Installing unsloth-zoo + unsloth..."
|
||||
run_quiet "pip install unsloth" pip install unsloth-zoo unsloth
|
||||
echo " Installing studio dependencies..."
|
||||
run_quiet "pip install extras" pip install typer fastapi uvicorn pydantic matplotlib pandas nest_asyncio "datasets==4.3.0" jwt
|
||||
run_quiet "pip install extras" pip install typer fastapi uvicorn pydantic matplotlib pandas nest_asyncio "datasets==4.3.0" pyjwt
|
||||
echo "✅ Python dependencies installed"
|
||||
|
||||
# ── 7. Add shell alias ──
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue