Skip to content

Commit

Permalink
Merge pull request #40 from score-p/master
Browse files Browse the repository at this point in the history
update hotfix branch
  • Loading branch information
elwer authored Nov 28, 2024
2 parents e2b2d95 + 17e11ef commit ebbad65
Show file tree
Hide file tree
Showing 8 changed files with 220 additions and 89 deletions.
8 changes: 4 additions & 4 deletions examples/gpt-demo/01-GPT-Training.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -184,14 +184,14 @@
"lastKernelId": null
},
"kernelspec": {
"display_name": "scorep-python3",
"language": "python3",
"name": "scorep-python3"
"display_name": "JUmPER",
"language": "python",
"name": "jumper"
},
"language_info": {
"file_extension": ".py",
"mimetype": "text/plain",
"name": "Any text"
"name": "python"
}
},
"nbformat": 4,
Expand Down
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta:__legacy__"

[project]
name='jumper-kernel'
version='1.0.0'
version='1.1.0'
authors=[
{name='Elias Werner',email='[email protected]'},
]
Expand All @@ -21,13 +21,14 @@ classifiers=[

dependencies = [
"ipykernel",
"ipywidgets",
"ipympl",
"jupyter-client",
"astunparse",
"dill",
"itables",
"matplotlib",
"pandas",
"ipywidgets",
"pynvml" # we need that only for Nvidia GPU systems
]

Expand Down
Loading

0 comments on commit ebbad65

Please sign in to comment.