mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-09 19:34:53 +00:00
Some precisions.
This commit is contained in:
parent
3bf04aea3f
commit
15756ba1d4
2
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
2
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
@ -6,7 +6,7 @@ body:
|
|||||||
attributes:
|
attributes:
|
||||||
label: System Info
|
label: System Info
|
||||||
description: |
|
description: |
|
||||||
Please share your system info with us.
|
Please share your system info with us (`text-generation-launcher --env` if installed locally).
|
||||||
The full command line used that causes issues:
|
The full command line used that causes issues:
|
||||||
OS version:
|
OS version:
|
||||||
Rust version (if self-compiling, `cargo version`):
|
Rust version (if self-compiling, `cargo version`):
|
||||||
|
@ -40,4 +40,6 @@ pub fn print_env() {
|
|||||||
);
|
);
|
||||||
let nvidia_smi = nvidia_smi().unwrap_or("N/A".to_string());
|
let nvidia_smi = nvidia_smi().unwrap_or("N/A".to_string());
|
||||||
println!("Nvidia-smi:\n {}", nvidia_smi);
|
println!("Nvidia-smi:\n {}", nvidia_smi);
|
||||||
|
println!("Command line used: <FILL IN>");
|
||||||
|
println!("OS: <FILL IN>");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user