ssa3-me
ssa3-me
`mkdir models` `jlama download google/gemma-3-1b-it --auth-token=xxxx` `jlama quantize google/gemma-3-1b-it` Output: `java.nio.file.FileAlreadyExistsException: /home/ubuntu/models/google_gemma-3-1b-it-JQ4/config.json at java.base/sun.nio.fs.UnixFileSystem.copy(UnixFileSystem.java:983) at java.base/sun.nio.fs.UnixFileSystemProvider.copy(UnixFileSystemProvider.java:280) at java.base/java.nio.file.Files.copy(Files.java:1189) at com.github.tjake.jlama.safetensors.SafeTensorSupport.quantizeModel(SafeTensorSupport.java:276) at com.github.tjake.jlama.cli.commands.QuantizeCommand.run(QuantizeCommand.java:68) at picocli.CommandLine.executeUserObject(CommandLine.java:2026) at picocli.CommandLine.access$1500(CommandLine.java:148) at picocli.CommandLine$RunLast.executeUserObjectOfLastSubcommandWithSameParent(CommandLine.java:2461) at picocli.CommandLine$RunLast.handle(CommandLine.java:2453)...
**Description** I have created an databricks app with Genie access. When running the example at https://docs.databricks.com/aws/en/dev-tools/databricks-apps/genie it throws following error: ``` ResourceDoesNotExist: Unable to get space [01f0a7a327cd11978f2951f81a61bfdd]. Caused by Node...