Skip to content

Commit 1e6facd

Browse files
committed
Fix docstring of Poplar.get_ipu_model
1 parent ac535cf commit 1e6facd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/poplar.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ end
293293
Attach to an [IPU Model](https://docs.graphcore.ai/projects/poplar-user-guide/en/latest/poplar_programs.html#programming-with-poplar), and return the attached device.
294294
This uses [`IPUModel::createDevice`](https://docs.graphcore.ai/projects/poplar-api/en/3.4.0/poplar/profiling/IPUModel.html#_CPPv4NK6poplar8IPUModel12createDeviceE11OptionFlagsbj) under the hood.
295295
296-
The optional positional argument `ipu_version::String`, `ipu2` by default`, represents the version of the IPU to emulate.
296+
The optional positional argument `ipu_version::String`, `ipu2` by default, represents the version of the IPU to emulate.
297297
Valid values for `ipu_version` are `ipu1` and `ipu2` (for Mk1 and Mk2 IPU architectures respectively).
298298
299299
See [`Poplar.get_ipu_device`](@ref) and [`Poplar.get_ipu_devices`](@ref) for requesting one or mode hardware IPUs.

0 commit comments

Comments
 (0)