test
parent
76b11a926e
commit
b7ecd8f86e
|
|
@ -1,8 +1,8 @@
|
||||||
# -*- org-export-switch: "xens mp"; -*-
|
# -*- org-export-switch: "all"; -*-
|
||||||
#+title: Exercices 2023
|
#+title: Exercices 2023
|
||||||
#+author: Sébastien Miquel
|
#+author: Sébastien Miquel
|
||||||
#+date: 02-12-2023
|
#+date: 02-12-2023
|
||||||
# Time-stamp: <12-02-24 12:40>
|
# Time-stamp: <12-02-24 17:11>
|
||||||
#+OPTIONS:
|
#+OPTIONS:
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -105,9 +105,12 @@ python3 -c "import torch; print(f'device name [0]:', torch.cuda.get_device_name(
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
** Options
|
** Options
|
||||||
|
|
||||||
|
#+OPTIONS: latex:verbatim
|
||||||
|
|
||||||
*** All
|
*** All
|
||||||
|
|
||||||
# #+export_file_name: Exercices 2023
|
#+export_file_name: Exercices 2023
|
||||||
|
|
||||||
*** XENS
|
*** XENS
|
||||||
|
|
||||||
|
|
@ -116,9 +119,9 @@ python3 -c "import torch; print(f'device name [0]:', torch.cuda.get_device_name(
|
||||||
|
|
||||||
*** XENS MP
|
*** XENS MP
|
||||||
|
|
||||||
#+select_tags: xens
|
# #+select_tags: xens
|
||||||
#+exclude_tags: autre
|
# #+exclude_tags: autre
|
||||||
#+export_file_name: Exercices XENS MP 2023
|
# #+export_file_name: Exercices XENS MP 2023
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue